summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index c3bbbd50e..59bc16e6b 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -572,6 +572,16 @@ No matter which view calling convention is used, the view code always has
access to the context via ``request.context``.
.. index::
+ single: Passing in configuration variables
+
+.. _passing_in_config_variables:
+
+Passing Configuration Variables to a View
+-----------------------------------------
+For information on passing a variable from the configuration .ini files to a
+view, see :ref:`deployment_settings`.
+
+.. index::
single: Pylons-style controller dispatch
Pylons-1.0-Style "Controller" Dispatch