mirror of https://github.com/pallets/flask.git
Style the flask command consistently (#2120)
It's done like this in other parts of this doc.
This commit is contained in:
parent
ccb562854e
commit
0ba1a872b7
|
|
@ -139,8 +139,8 @@ This could be a file named :file:`autoapp.py` with these contents::
|
|||
from yourapplication import create_app
|
||||
app = create_app(os.environ['YOURAPPLICATION_CONFIG'])
|
||||
|
||||
Once this has happened you can make the flask command automatically pick
|
||||
it up::
|
||||
Once this has happened you can make the :command:`flask` command automatically
|
||||
pick it up::
|
||||
|
||||
export YOURAPPLICATION_CONFIG=/path/to/config.cfg
|
||||
export FLASK_APP=/path/to/autoapp.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue