From 8afd28892cc7a11672470496de21ff4e561e7e73 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 02:26:39 -0500 Subject: mention pyramid_sqla --- docs/narr/project.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index dafebd419..b5ea658a7 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -74,6 +74,13 @@ The included templates are these: templates to build a skeleton and replace the Chameleon template it includes with a :term:`Mako` analogue. +Rather than use any of the above templates, Pylons 1 users may feel more +comfortable installing the :term:`pyramid_sqla` add-on package, which +provides a paster template named ``pyramid_sqla``. This paster template +configures a Pyramid application in a "Pylons-esque" way, including the use +of a :term:`view handler` to map URLs to code (it's much like a Pylons +"controller"). + .. index:: single: creating a project single: project -- cgit v1.2.3