forked from orbit-oss/flask
Merge branch '2.2.x'
This commit is contained in:
commit
a18ae3d752
15 changed files with 764 additions and 105 deletions
|
|
@ -67,6 +67,8 @@ To use the ``flask`` command and run your application you need to set
|
|||
the ``--app`` option that tells Flask where to find the application
|
||||
instance:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ flask --app yourapplication run
|
||||
|
||||
What did we gain from this? Now we can restructure the application a bit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue