diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-12-23 02:37:45 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-12-23 02:37:45 -0800 |
| commit | aafaa8e978e6f7759eaac8743b1c1f1fd8b63629 (patch) | |
| tree | d16e50a086e6eb066661adf52a50e1e3dffe87e2 /docs/narr/project.rst | |
| parent | 7593b05e4b4bd0bc85c5f46964b4e4a55286ad49 (diff) | |
| parent | d9da2b29861d071b9fc044319421799a3d522bcc (diff) | |
| download | pyramid-aafaa8e978e6f7759eaac8743b1c1f1fd8b63629.tar.gz pyramid-aafaa8e978e6f7759eaac8743b1c1f1fd8b63629.tar.bz2 pyramid-aafaa8e978e6f7759eaac8743b1c1f1fd8b63629.zip | |
Merge pull request #2191 from stevepiercy/master
add p* scripts output for --help
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``. |
