forked from orbit-oss/flask
Provides a link to the examples src
- moved the link towards the top for better visibility
This commit is contained in:
parent
46c1383919
commit
1b7258f816
1 changed files with 5 additions and 4 deletions
|
|
@ -17,6 +17,10 @@ this::
|
||||||
login.html
|
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
|
Simple Packages
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
@ -114,10 +118,6 @@ You should then end up with something like that::
|
||||||
login.html
|
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 it located under ``flask/examples/largerapp``.
|
|
||||||
|
|
||||||
.. admonition:: Circular Imports
|
.. admonition:: Circular Imports
|
||||||
|
|
||||||
Every Python programmer hates them, and yet we just added some:
|
Every Python programmer hates them, and yet we just added some:
|
||||||
|
|
@ -134,6 +134,7 @@ You'll find it located under ``flask/examples/largerapp``.
|
||||||
|
|
||||||
|
|
||||||
.. _working-with-modules:
|
.. _working-with-modules:
|
||||||
|
.. _the full src for this example here: https://github.com/pallets/flask/tree/master/examples/patterns/largerapp
|
||||||
|
|
||||||
Working with Blueprints
|
Working with Blueprints
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue