Browse Source

Minor fix in flaskr example README

pull/2515/head
domandinho 7 years ago
parent
commit
50964fb4ab
  1. 2
      examples/flaskr/README

2
examples/flaskr/README

@ -21,7 +21,7 @@
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:

Loading…
Cancel
Save