From 0070533a553c93b102f17e2013355b7b7e388cd1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 14:08:55 -0400 Subject: explain base a bit --- docs/tutorials/wiki2/basiclayout.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/tutorials/wiki2/basiclayout.rst') diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst index 9661fcd6e..5f4ea671c 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -202,6 +202,9 @@ base class for our model: :lines: 17 :language: py +Our model classes will inherit from this ``Base`` class so they can be +associated with our particular database connection. + To give a simple example of a model class, we define one named ``MyModel``: .. literalinclude:: src/basiclayout/tutorial/models.py -- cgit v1.2.3