diff options
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 7 |
1 files changed, 7 insertions, 0 deletions
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. + |
