forked from orbit-oss/flask
clarified description of templates directory
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
88883aa6db
commit
1f6321a1cb
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ drop our files. Directly into this folder we will then put our database
|
||||||
schema as well as main module in the following steps. The files inside
|
schema as well as main module in the following steps. The files inside
|
||||||
the `static` folder are available to users of the application via `HTTP`.
|
the `static` folder are available to users of the application via `HTTP`.
|
||||||
This is the place where css and javascript files go. Inside the
|
This is the place where css and javascript files go. Inside the
|
||||||
`templates` folder Flask will look for `Jinja2`_ templates. Drop all the
|
`templates` folder Flask will look for `Jinja2`_ templates. The
|
||||||
templates there.
|
templates you create later in the tutorial will go in this directory.
|
||||||
|
|
||||||
Continue with :ref:`tutorial-schema`.
|
Continue with :ref:`tutorial-schema`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue