From 3d66b2dba3c731851a481f78a3388c7f2cb9dce5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Nov 2010 15:06:45 -0500 Subject: mention beaker differences --- docs/narr/project.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index d8d00bb0b..f47e9f293 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -42,6 +42,10 @@ differ from each other on a number of axes: - the type of configuration used (:term:`ZCML` vs. imperative configuration). +- whether or not the ``pyramid_beaker`` library is relied upon as the + sessioning implementation (as opposed to no sessioning or default + sessioning). + The included templates are these: ``pyramid_starter`` @@ -65,15 +69,17 @@ The included templates are these: ``pylons_minimal`` URL mapping via :term:`URL dispatch` and Pylons-style view handlers, - minimal setup. + minimal setup, uses ``pyramid_beaker`` as a sessioning implementation. ``pylons_basic`` - URL mapping via :term:`URL dispatch` and Pylons-style view handlers, - and some extra functionality. + URL mapping via :term:`URL dispatch` and Pylons-style view handlers, and + some extra functionality, uses ``pyramid_beaker`` as a sessioning + implementation. ``pylons_sqla`` - URL mapping via :term:`URL dispatch` and Pylons-style view handlers, - some extra functionality, and SQLAlchemy set up. + URL mapping via :term:`URL dispatch` and Pylons-style view handlers, some + extra functionality, and SQLAlchemy set up, uses ``pyramid_beaker`` as a + sessioning implementation. Each paster template makes the assumption that you want your code to live in a Python :term:`package`. Even if your application is extremely simple, it -- cgit v1.2.3