Update quickstart.rst
Fixed: ``` flask --app hello run Usage: flask run [OPTIONS] Try 'flask run --help' for help. Error: Could not import 'hello'. ```
This commit is contained in:
parent
8e33b7b3e2
commit
09a6a93700
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ is with the ``--app`` option.
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ flask --app hello run
|
||||
$ flask --app app run
|
||||
* Serving Flask app 'hello'
|
||||
* Running on http://127.0.0.1:5000 (Press CTRL+C to quit)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue