summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-18 08:29:38 -0500
committerChris McDonough <chrism@plope.com>2012-01-18 08:29:38 -0500
commita82a1eaabe315bfe8467640c20a2f8b9eba773ee (patch)
treee80a216f5ee0127e75e8fa00ab17456dd42e88dc /docs/tutorials/wiki2/definingmodels.rst
parent6e1d245e8faf6072e9fe20bf185624cf0c10da9b (diff)
downloadpyramid-a82a1eaabe315bfe8467640c20a2f8b9eba773ee.tar.gz
pyramid-a82a1eaabe315bfe8467640c20a2f8b9eba773ee.tar.bz2
pyramid-a82a1eaabe315bfe8467640c20a2f8b9eba773ee.zip
include correct file
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki2/definingmodels.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst
index cd295e993..2b8932a98 100644
--- a/docs/tutorials/wiki2/definingmodels.rst
+++ b/docs/tutorials/wiki2/definingmodels.rst
@@ -63,10 +63,10 @@ script. In particular, we'll replace our import of ``MyModel`` with one of
``Page`` and we'll change the very end of the script to create a ``Page``
rather than a ``MyModel`` and add it to our ``DBSession``.
-The result of all of our edits to ``models.py`` will end up looking
+The result of all of our edits to ``populate.py`` will end up looking
something like this:
-.. literalinclude:: src/models/tutorial/models.py
+.. literalinclude:: src/models/tutorial/scripts/populate.py
:linenos:
:language: python