From 853f43626e678ad665c436c0bf5e1e7c05fac6df Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 14 May 2009 03:04:06 +0000 Subject: - 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. --- docs/narr/project.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/narr/project.rst') 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. `_ 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 ----------------------------------------------------- -- cgit v1.2.3