summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-22 08:42:41 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-22 08:42:41 +0000
commit6012899c7d7bd4a5ffd64f0b9cede9639610ef41 (patch)
tree93e615f417fb192018ccdb62029f94e3d81096f7 /docs/narr/project.rst
parent6b538ed7e07b03024ba145e955880d2188edd679 (diff)
downloadpyramid-6012899c7d7bd4a5ffd64f0b9cede9639610ef41.tar.gz
pyramid-6012899c7d7bd4a5ffd64f0b9cede9639610ef41.tar.bz2
pyramid-6012899c7d7bd4a5ffd64f0b9cede9639610ef41.zip
Rendering tweaks.
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index b80185979..776f6f9a8 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -254,6 +254,16 @@ Once the project is installed for development, you can run the
application it represents using the ``paster serve`` command against
the generated ``MyProject.ini`` configuration file:
+.. sidebar:: Using ``mod_wsgi``
+
+ You can also use :term:`mod_wsgi` to serve your :mod:`repoze.bfg`
+ application using the Apache web server rather than the
+ "pure-Python" server that is started as a result of ``paster
+ serve``. See :ref:`modwsgi_tutorial` for details. However, it is
+ usually easier to develop an application using the ``paster serve``
+ webserver, as exception and debugging output will be sent to the
+ console.
+
.. code-block:: bash
:linenos:
@@ -277,14 +287,6 @@ port 6543.
development easier, as changes to Python code under
:mod:`repoze.bfg` is not put into effect until the server restarts.
-.. note:: You can also use :term:`mod_wsgi` to serve your
- :mod:`repoze.bfg` application using the Apache web server rather
- than the "pure-Python" server that is started as a result of
- ``paster serve``. See :ref:`modwsgi_tutorial` for details.
- However, it is usually easier to develop an application using the
- ``paster serve`` webserver, as exception and debugging output will
- be sent to the console.
-
Viewing the Application
-----------------------