From a82a1eaabe315bfe8467640c20a2f8b9eba773ee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 18 Jan 2012 08:29:38 -0500 Subject: include correct file --- docs/tutorials/wiki2/definingmodels.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials') 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 -- cgit v1.2.3