From a1365e6f0da69e1b4e3f9cea11222849e5ca810a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 11 Nov 2010 16:22:44 -0500 Subject: document the request.settings attribute as well as we can --- docs/glossary.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 9ba343019..ee7a2784d 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -826,3 +826,10 @@ Glossary :meth:`pyramid.configuration.Configurator.add_view` to make it more convenient to register a collection of views as a single class when using :term:`url dispatch`. See also :ref:`handlers_chapter`. + + Deployment settings + Deployment settings are settings passed to the :term:`Configurator` as a + ``settings`` argument. These are later accessible via a + ``request.registry.settings`` dictionary. Deployment settings can be + used as global application values. + -- cgit v1.2.3