Michael Merickel
2012-03-18 82a42e019dd7823887260c31a908126c2619927e
Merge branch 'pull.500' into 1.3-branch
1 files modified
8 ■■■■ changed files
docs/narr/project.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -908,10 +908,10 @@
Using the Interactive Shell
---------------------------
It is possible to use a Python interpreter prompt loaded with a similar
configuration as would be loaded if you were running your Pyramid application
via ``pserve``.  This can be a useful debugging tool.  See
:ref:`interactive_shell` for more details.
It is possible to use the ``pshell`` command to load a Python interpreter
prompt with a similar configuration as would be loaded if you were running
your Pyramid application via ``pserve``.  This can be a useful debugging tool.
See :ref:`interactive_shell` for more details.
What Is This ``pserve`` Thing
-----------------------------