Chris McDonough
2014-01-28 ea8961e64a7ae2c384883fe4ae4812edf290afc2
Merge branch 'master' of github.com:Pylons/pyramid
2 files modified
21 ■■■■ changed files
CONTRIBUTORS.txt 2 ●●●●● patch | view | raw | blame | history
docs/narr/project.rst 19 ●●●● patch | view | raw | blame | history
CONTRIBUTORS.txt
@@ -228,3 +228,5 @@
- Matthew Russell, 2013/10/14
- Antti Haapala, 2013/11/15
- Amit Mane, 2014/01/23
docs/narr/project.rst
@@ -74,6 +74,9 @@
following commands assume that our current working directory is the ``env``
directory.
The below example uses the ``pcreate`` command to create a project with the
``starter`` scaffold.
On UNIX:
.. code-block:: text
@@ -85,21 +88,7 @@
.. code-block:: text
   > %VENV%\Scripts\pcreate -s starter MyProject
The above command uses the ``pcreate`` command to create a project with the
``starter`` scaffold.  To use a different scaffold, such as
``alchemy``, you'd just change the ``-s`` argument value.  For example,
on UNIX:
.. code-block:: text
   $ $VENV/bin/pcreate -s alchemy MyProject
Or on Windows:
.. code-block:: text
   > %VENV%\Scripts\pcreate -s alchemy MyProject
Here's sample output from a run of ``pcreate`` on UNIX for a project we name
``MyProject``: