Fix typos and formatting
This commit is contained in:
parent
a2a69d65eb
commit
f6751b5e26
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
~ How do I use it?
|
~ How do I use it?
|
||||||
|
|
||||||
1. edit the configuration in the factory.py file or
|
1. edit the configuration in the factory.py file or
|
||||||
export an FLASKR_SETTINGS environment variable
|
export a FLASKR_SETTINGS environment variable
|
||||||
pointing to a configuration file or pass in a
|
pointing to a configuration file or pass in a
|
||||||
dictionary with config values using the create_app
|
dictionary with config values using the create_app
|
||||||
function.
|
function.
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
pip install --editable .
|
pip install --editable .
|
||||||
|
|
||||||
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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue