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/installation.rst | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'docs/tutorials/wiki/installation.rst') diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 237abe7c3..9fff233c1 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -244,11 +244,19 @@ You will see the generated application's default page. Decisions the ``pyramid_zodb`` Template Has Made For You ======================================================== -Creating a project using the ``pyramid_zodb`` template makes the -assumption that you are willing to use :term:`ZODB` as persistent -storage and :term:`traversal` to map URLs to code. :mod:`pyramid` -supports any persistent storage mechanism (e.g. a SQL database or -filesystem files, etc). It also supports an additional mechanism to -map URLs to code (:term:`URL dispatch`). However, for the purposes of -this tutorial, we'll only be using traversal and ZODB. +Creating a project using the ``pyramid_zodb`` template makes the following +assumptions: + +- you are willing to use :term:`ZODB` as persistent storage + +- you are willing to use :term:`traversal` to map URLs to code. + +- you want to use :term:`ZCML` to perform configuration. + +.. note:: + + :mod:`pyramid` supports any persistent storage mechanism (e.g. a SQL + database or filesystem files, etc). :mod:`pyramid` also supports an + additional mechanism to map URLs to code (:term:`URL dispatch`). However, + for the purposes of this tutorial, we'll only be using traversal and ZODB. -- cgit v1.2.3