summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index c3bbbd50e..f6ee9a8d5 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -572,6 +572,17 @@ 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