mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Fix name
This commit is contained in:
parent
4a4f6a54b5
commit
77e73ba0dc
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Flaskr
|
||||
squeakserver
|
||||
======
|
||||
|
||||
The basic blog app built in the Flask `tutorial`_.
|
||||
|
|
@ -31,12 +31,12 @@ Or on Windows cmd::
|
|||
$ py -3 -m venv venv
|
||||
$ venv\Scripts\activate.bat
|
||||
|
||||
Install Flaskr::
|
||||
Install squeakserver::
|
||||
|
||||
$ pip install -e .
|
||||
|
||||
Or if you are using the master branch, install Flask from source before
|
||||
installing Flaskr::
|
||||
installing squeakserver::
|
||||
|
||||
$ pip install -e ../..
|
||||
$ pip install -e .
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!doctype html>
|
||||
<title>{% block title %}{% endblock %} - Flaskr</title>
|
||||
<title>{% block title %}{% endblock %} - squeakserver</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<nav>
|
||||
<h1><a href="{{ url_for('index') }}">Flaskr</a></h1>
|
||||
<h1><a href="{{ url_for('index') }}">squeakserver</a></h1>
|
||||
<ul>
|
||||
{% if g.user %}
|
||||
<li><span>{{ g.user['username'] }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue