Browse Source

Merge pull request #2515 from domandinho/domandinho_2515

Minor fix in flaskr example README
pull/2519/head
David Lord 7 years ago committed by GitHub
parent
commit
3a2f396265
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