From 9ec2d646eb23b88e4ef8119b0b46240081953daf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 11 Jan 2010 18:58:50 +0000 Subject: Merge of andrew-docs branch. --- docs/tutorials/bfgwiki2/definingmodels.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/tutorials/bfgwiki2/definingmodels.rst') diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst index 0cae00ede..214a5e908 100644 --- a/docs/tutorials/bfgwiki2/definingmodels.rst +++ b/docs/tutorials/bfgwiki2/definingmodels.rst @@ -6,6 +6,9 @@ The first change we'll make to our stock paster-generated application will be to define a :term:`model` constructor representing a wiki page. We'll do this inside our ``models.py`` file. +The source code for this tutorial stage can be browsed at +`docs.repoze.org `_. + Making Edits to ``models.py`` ----------------------------- -- cgit v1.2.3