summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-29 02:54:17 -0400
committerChris McDonough <chrism@plope.com>2010-10-29 02:54:17 -0400
commit14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb (patch)
treebc1f3db2431427303e91b0da4da577f6e9a2b9fb /docs/narr/project.rst
parent04ebd572a92f6681209c70c42192775c63cd16cd (diff)
downloadpyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.tar.gz
pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.tar.bz2
pyramid-14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb.zip
pylons paster templates
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 0e18f0924..f88496fcc 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -21,6 +21,9 @@ templates".
single: pyramid_zodb paster template
single: pyramid_alchemy paster template
single: pyramid_routesalchemy paster template
+ single: pylons_minimal paster template
+ single: pylons_basic paster template
+ single: pylons_sqla paster template
.. _additional_paster_templates:
@@ -52,6 +55,18 @@ The included templates are these:
URL mapping via :term:`traversal` and persistence via
:term:`SQLAlchemy`
+``pylons_minimal``
+ URL mapping via :term:`URL dispatch` and Pylons-style view handlers,
+ minimal setup.
+
+``pylons_basic``
+ URL mapping via :term:`URL dispatch` and Pylons-style view handlers,
+ and some extra functionality.
+
+``pylons_sqla``
+ URL mapping via :term:`URL dispatch` and Pylons-style view handlers,
+ some extra functionality, and SQLAlchemy set up.
+
Each of these project templates uses :term:`ZCML` instead of
:term:`imperative configuration`. Each also makes the assumption that
you want your code to live in a Python :term:`package`. Even if your