Chris McDonough
2010-11-10 3d66b2dba3c731851a481f78a3388c7f2cb9dce5
mention beaker differences
1 files modified
16 ■■■■■ changed files
docs/narr/project.rst 16 ●●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -42,6 +42,10 @@
- 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 @@
``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