From 9834f2a0d95126001d32c34b4f2bec2b980df55e Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 2 Apr 2012 18:49:39 -0400 Subject: addressed #327 --- docs/narr/views.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/narr/views.rst') 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 @@ -571,6 +571,16 @@ callable code itself. 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 -- cgit v1.2.3