Browse Source

Tutorial: Project Layout - clarify flask run

pull/2971/head
Stephon Harris 6 years ago committed by GitHub
parent
commit
ed6c55af31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/tutorial/factory.rst

2
docs/tutorial/factory.rst

@ -126,7 +126,7 @@ 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
terminal, change directories to the parent of the flaskr directory: ``flask-tutorial``, then run it in
development mode.
Development mode shows an interactive debugger whenever a page raises an

Loading…
Cancel
Save