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-folders:
|
||||
|
||||
Step 0: Creating The Folders
|
||||
============================
|
||||
|
||||
|
|
@ -16,4 +18,6 @@ This is the place where css and javascript files go. Inside the
|
|||
`templates` folder Flask will look for `Jinja2`_ templates. Drop all the
|
||||
templates there.
|
||||
|
||||
Continue with :ref:`tutorial-schema`.
|
||||
|
||||
.. _Jinja2: http://jinja.pocoo.org/2/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue