Merge pull request #2515 from domandinho/domandinho_2515

Minor fix in flaskr example README
This commit is contained in:
David Lord 2017-11-09 14:10:10 -08:00 committed by GitHub
commit 3a2f396265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: