Merge branch '1.0-maintenance'

This commit is contained in:
David Lord 2019-01-06 15:46:33 -08:00
commit ac6746d1be
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
11 changed files with 173 additions and 162 deletions

View file

@ -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