diff options
Diffstat (limited to 'docs/tutorials/bfgwiki2/definingmodels.rst')
| -rw-r--r-- | docs/tutorials/bfgwiki2/definingmodels.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://docs.repoze.org/bfgwiki2-1.2/models>`_. + Making Edits to ``models.py`` ----------------------------- |
