diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-12 20:41:29 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-12 20:41:29 -0500 |
| commit | 818f8cab1dff781bbacf94cbabb4bec3825e081e (patch) | |
| tree | edb7c6d89ab6ccf98d5439e59708e7e3c3336e7d /docs/narr | |
| parent | 8595a7757b9347597e5664cc2c631f494825103e (diff) | |
| download | pyramid-818f8cab1dff781bbacf94cbabb4bec3825e081e.tar.gz pyramid-818f8cab1dff781bbacf94cbabb4bec3825e081e.tar.bz2 pyramid-818f8cab1dff781bbacf94cbabb4bec3825e081e.zip | |
- The ``alchemy`` scaffold has been removed.
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/project.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index fe015d72f..4c528ab58 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -28,7 +28,6 @@ as part of Pyramid. single: starter scaffold single: zodb scaffold single: alchemy scaffold - single: routesalchemy scaffold .. _additional_paster_scaffolds: @@ -52,12 +51,8 @@ The included scaffolds are these: ``zodb`` URL mapping via :term:`traversal` and persistence via :term:`ZODB`. -``routesalchemy`` - URL mapping via :term:`URL dispatch` and persistence via - :term:`SQLAlchemy` - ``alchemy`` - URL mapping via :term:`traversal` and persistence via + URL mapping via :term:`URL dispatch` and persistence via :term:`SQLAlchemy` .. note:: @@ -99,18 +94,18 @@ Or on Windows: The above command uses the ``pcreate`` command to create a project with the ``starter`` scaffold. To use a different scaffold, such as -``routesalchemy``, you'd just change the ``-s`` argument value. For example, +``alchemy``, you'd just change the ``-s`` argument value. For example, on UNIX: .. code-block:: text - $ bin/pcreate -s routesalchemy MyProject + $ bin/pcreate -s alchemy MyProject Or on Windows: .. code-block:: text - $ Scripts\pcreate routesalchemy MyProject + $ Scripts\pcreate alchemy MyProject Here's sample output from a run of ``pcreate`` on UNIX for a project we name ``MyProject``: |
