Minor fix in flaskr example README
This commit is contained in:
parent
15db288b8d
commit
17e795d6f5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
3. instruct flask to use the right application
|
3. instruct flask to use the right application
|
||||||
|
|
||||||
export FLASK_APP=flaskr.factory:create_app()
|
export FLASK_APP="flaskr.factory:create_app()"
|
||||||
|
|
||||||
4. initialize the database with this command:
|
4. initialize the database with this command:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue