use theme provided by pallets-sphinx-themes
This commit is contained in:
parent
b354c37e57
commit
679bf0014f
26 changed files with 185 additions and 680 deletions
|
|
@ -66,10 +66,8 @@ Continue to :ref:`tutorial-dbinit`.
|
|||
``get_db`` and ``close_db`` functions below your existing
|
||||
``connect_db`` function (following the tutorial line-by-line).
|
||||
|
||||
If you need a moment to find your bearings, take a look at how the `example
|
||||
source`_ is organized. In Flask, you can put all of your application code
|
||||
into a single Python module. You don't have to, and if your app :ref:`grows
|
||||
larger <larger-applications>`, it's a good idea not to.
|
||||
|
||||
.. _example source:
|
||||
https://github.com/pallets/flask/tree/master/examples/flaskr/
|
||||
If you need a moment to find your bearings, take a look at how the
|
||||
:gh:`example source <examples/flaskr>` is organized. In Flask, you
|
||||
can put all of your application code into a single Python module.
|
||||
You don't have to, and if your app
|
||||
:ref:`grows larger <larger-applications>`, it's a good idea not to.
|
||||
|
|
|
|||
|
|
@ -12,10 +12,7 @@ as a database (which comes out of the box with Python) so there is nothing
|
|||
else you need.
|
||||
|
||||
If you want the full source code in advance or for comparison, check out
|
||||
the `example source`_.
|
||||
|
||||
.. _example source:
|
||||
https://github.com/pallets/flask/tree/master/examples/flaskr/
|
||||
the :gh:`example source <examples/flaskr>`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue