summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-14 03:04:06 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-14 03:04:06 +0000
commit853f43626e678ad665c436c0bf5e1e7c05fac6df (patch)
tree313e71e271ea3375ad5f436840caf3daefca9bdf /docs/narr/project.rst
parent023386183022230fd1386a504e87015003957ca6 (diff)
downloadpyramid-853f43626e678ad665c436c0bf5e1e7c05fac6df.tar.gz
pyramid-853f43626e678ad665c436c0bf5e1e7c05fac6df.tar.bz2
pyramid-853f43626e678ad665c436c0bf5e1e7c05fac6df.zip
- Noted existence of ``repoze.bfg.pagetemplate`` template bindings in
"Available Add On Template System Bindings" in Templates chapter in narrative docs. - Noted existence of ``alchemy`` paster template.
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index f29d67099..c43f1f77e 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -92,7 +92,9 @@ application's Python code and templates.
<http://www.sqlalchemy.org/>`_ also exist. Use ``paster create -t
bfg_zodb`` to create a project that depends on ZODB. Use ``paster
create -t bfg_routesalchemy`` to create a project that depends on
- SQLAlchemy+Routes.
+ SQLAlchemy+Routes. Use ``paster create -t bfg_alchemy`` to create
+ a project that depends on SQLAlchemy but not Routes (uses traversal
+ instead of URL dispatch).
Installing your Newly Created Project for Development
-----------------------------------------------------