forked from orbit-oss/flask
clarify where to call flask run from in tutorial
This commit is contained in:
parent
7474a9cb8b
commit
d6151340bc
2 changed files with 4 additions and 2 deletions
|
|
@ -127,7 +127,8 @@ Run The Application
|
|||
|
||||
Now you can run your application using the ``flask`` command. From the
|
||||
terminal, tell Flask where to find your application, then run it in
|
||||
development mode.
|
||||
development mode. Remember, you should still be in the top-level
|
||||
``flask-tutorial`` directory, not the ``flaskr`` package.
|
||||
|
||||
Development mode shows an interactive debugger whenever a page raises an
|
||||
exception, and restarts the server whenever you make changes to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue