From b3b7132a8c2964bf3638f0be23dcf87dca737877 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 02:20:15 -0400 Subject: - The ZODB Wiki tutorial was updated to take into account changes to the ``pyramid_zodb`` paster template. --- docs/tutorials/wiki/definingmodels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/definingmodels.rst') diff --git a/docs/tutorials/wiki/definingmodels.rst b/docs/tutorials/wiki/definingmodels.rst index b63d0c21b..3fa72dd87 100644 --- a/docs/tutorials/wiki/definingmodels.rst +++ b/docs/tutorials/wiki/definingmodels.rst @@ -75,7 +75,7 @@ Add an Appmaker --------------- We're using a mini-framework callable named -``PersistentApplicationFinder`` in our application (see ``run.py``). +``PersistentApplicationFinder`` in our application (see ``__init__.py``). A ``PersistentApplicationFinder`` accepts a ZODB URL as well as an "appmaker" callback. This callback typically lives in the ``models.py`` file. -- cgit v1.2.3