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-schema:
|
||||
|
||||
Step 1: Database Schema
|
||||
=======================
|
||||
|
||||
|
|
@ -19,3 +21,5 @@ This schema consists of a single table called `entries` and each row in
|
|||
this table has an `id`, a `title` and a `text`. The `id` is an
|
||||
automatically incrementing integer and a primary key, the other two are
|
||||
strings that must not be null.
|
||||
|
||||
Continue with :ref:`tutorial-setup`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue