summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index e71c37f6e..429acf913 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -76,6 +76,10 @@ application's Python code and templates.
name during ``paster create`` by adding the project name to the
command line, e.g. ``paster create -t bfg_starter MyProject``.
+.. note:: A convenience template for projects which will depend on
+ :term:`ZODB` projects also exists. Use ``paster create -t
+ bfg_zodb`` to use this template instead of the "starter" template.
+
Installing your Newly Created Project for Development
-----------------------------------------------------