summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 5a519ca30..96ea8036c 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -497,15 +497,9 @@ exists, and its value is ``true``, :term:`Chameleon` and :term:`Mako`
template changes will not require an application restart to be detected. See
:ref:`reload_templates_section` for more information.
-The ``pyramid.debug_templates`` setting in the ``[app:main]`` section is a
-:app:`Pyramid` -specific setting which is passed into the framework. If it
-exists, and its value is ``true``, :term:`Chameleon` template exceptions will
-contain more detailed and helpful information about the error than when this
-value is ``false``. See :ref:`debug_templates_section` for more information.
-
-.. warning:: The ``pyramid.reload_templates`` and ``pyramid.debug_templates``
- options should be turned off for production applications, as template
- rendering is slowed when either is turned on.
+.. warning:: The ``pyramid.reload_templates`` option should be turned off for
+ production applications, as template rendering is slowed when it is turned
+ on.
The ``pyramid.includes`` setting in the ``[app:main]`` section tells Pyramid
to "include" configuration from another package. In this case, the line