forked from orbit-oss/flask
rewrite cli docs
reflects the current FLASK_APP detection
This commit is contained in:
parent
5436dddf64
commit
9bc329c0c9
3 changed files with 306 additions and 253 deletions
|
|
@ -43,10 +43,13 @@ use them if you install them.
|
|||
installed.
|
||||
* `python-dotenv`_ enables support for :ref:`dotenv` when running ``flask``
|
||||
commands.
|
||||
* `Watchdog`_ provides a faster, more efficient reloader for the development
|
||||
server.
|
||||
|
||||
.. _Blinker: https://pythonhosted.org/blinker/
|
||||
.. _SimpleJSON: https://simplejson.readthedocs.io/
|
||||
.. _python-dotenv: https://github.com/theskumar/python-dotenv#readme
|
||||
.. _watchdog: https://pythonhosted.org/watchdog/
|
||||
|
||||
Virtual environments
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue