Browse Source

Fix the README to reflect locate_app() in flask/cli.py

Fix the README to reflect locate_app() in flask/cli.py
pull/2633/head
Paul Rigor 7 years ago committed by GitHub
parent
commit
9266486e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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