Merge pull request #2131 from wgwz/add-larger-app-ex

Add larger app ex
This commit is contained in:
Markus Unterwaditzer 2017-01-15 05:56:12 +01:00 committed by GitHub
commit 47e8410117
10 changed files with 37 additions and 0 deletions

View file

@ -17,6 +17,10 @@ this::
login.html
...
If you find yourself stuck on something, feel free
to take a look at the source code for this example.
You'll find `the full src for this example here`_.
Simple Packages
---------------
@ -130,6 +134,7 @@ You should then end up with something like that::
.. _working-with-modules:
.. _the full src for this example here: https://github.com/pallets/flask/tree/master/examples/patterns/largerapp
Working with Blueprints
-----------------------