mirror of https://github.com/pallets/flask.git
Add reference to largerapp src in docs
This commit is contained in:
parent
e49b73d2cf
commit
949771adf5
|
|
@ -114,6 +114,10 @@ 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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue