prefer --app over FLASK_APP in docs

This commit is contained in:
David Lord 2022-06-17 09:26:26 -07:00
parent 99fa3c36ab
commit ab1fbef29a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
15 changed files with 147 additions and 580 deletions

View file

@ -33,8 +33,7 @@ Run
.. code-block:: text
$ export FLASK_APP=js_example
$ flask run
$ flask --app js_example run
Open http://127.0.0.1:5000 in a browser.