summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-01-06 21:19:28 +0000
committerTres Seaver <tseaver@palladion.com>2009-01-06 21:19:28 +0000
commitd14697efd4fb13a929c16dc9a03648c3f8b0de11 (patch)
tree6ca56e5cee1acbeb16b5cf36993b9cd6cebbe90e /docs
parentc002a35d31647edb337f4e7498447707d9ef2737 (diff)
downloadpyramid-d14697efd4fb13a929c16dc9a03648c3f8b0de11.tar.gz
pyramid-d14697efd4fb13a929c16dc9a03648c3f8b0de11.tar.bz2
pyramid-d14697efd4fb13a929c16dc9a03648c3f8b0de11.zip
Prepare for additional paster templates.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index ad74fb8e0..e71c37f6e 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -17,7 +17,7 @@ create`` facility using the interpreter from the virtualenv
.. code-block:: bash
:linenos:
- $ bin/paster create -t bfg
+ $ bin/paster create -t bfg_starter
``paster create`` will ask you a single question: the *name* of the
project. You should use a string without spaces and with only letters
@@ -27,7 +27,7 @@ project we name ``MyProject``:
.. code-block:: bash
:linenos:
- $ bin/paster create -t bfg
+ $ bin/paster create -t bfg_starter
Selected and implied templates:
repoze.bfg#bfg repoze.bfg starter project
@@ -74,7 +74,7 @@ application's Python code and templates.
.. note:: You can skip the interrogative question about a project
name during ``paster create`` by adding the project name to the
- command line, e.g. ``paster create -t bfg MyProject``.
+ command line, e.g. ``paster create -t bfg_starter MyProject``.
Installing your Newly Created Project for Development
-----------------------------------------------------