forked from orbit-oss/flask
Added lazyloading pattern and explicit chapter links in tutorial.
This fixes #49.
This commit is contained in:
parent
6c095deda5
commit
9d19b77acf
15 changed files with 147 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
.. _tutorial-dbcon:
|
||||
|
||||
Step 4: Request Database Connections
|
||||
------------------------------------
|
||||
|
||||
|
|
@ -31,3 +33,5 @@ request only and is available from within each function. Never store such
|
|||
things on other objects because this would not work with threaded
|
||||
environments. That special :data:`~flask.g` object does some magic behind
|
||||
the scenes to ensure it does the right thing.
|
||||
|
||||
Continue to :ref:`tutorial-views`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue