From 14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 02:54:17 -0400 Subject: pylons paster templates --- docs/narr/project.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/narr/project.rst') 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 -- cgit v1.2.3