diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-12-21 01:24:34 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-12-21 01:24:34 -0800 |
| commit | 5ff3d2dfdbf936d115e3486696401ad7dbffedc3 (patch) | |
| tree | 7939e15897f9ae223f97a583d1a57a1319b25f8f /docs/narr/project.rst | |
| parent | 50dd2e4c7d8f5ab8de79c490e304b44916183f77 (diff) | |
| download | pyramid-5ff3d2dfdbf936d115e3486696401ad7dbffedc3.tar.gz pyramid-5ff3d2dfdbf936d115e3486696401ad7dbffedc3.tar.bz2 pyramid-5ff3d2dfdbf936d115e3486696401ad7dbffedc3.zip | |
- add p* scripts
- add links to p* scripts
- add a blank line to keep indices and labels better visually related to the subsequent heading
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 4785b60c4..5103bb6b8 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -53,15 +53,19 @@ The included scaffolds are these: ``alchemy`` URL mapping via :term:`URL dispatch` and persistence via :term:`SQLAlchemy` + .. index:: single: creating a project single: project + single: pcreate .. _creating_a_project: Creating the Project -------------------- +.. seealso:: See also the output of :ref:`pcreate --help <pcreate_script>`. + In :ref:`installing_chapter`, you created a virtual Python environment via the ``virtualenv`` command. To start a :app:`Pyramid` :term:`project`, use the ``pcreate`` command installed within the virtualenv. We'll choose the @@ -262,6 +266,8 @@ single sample test exists. Running the Project Application ------------------------------- +.. seealso:: See also the output of :ref:`pserve --help <pserve_script>`. + Once a project is installed for development, you can run the application it represents using the ``pserve`` command against the generated configuration file. In our case, this file is named ``development.ini``. |
