From d03e047c7e4e7cf79b84116379dddf0b82bdbfca Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 19 Nov 2018 10:23:18 -0600 Subject: Add "settings" to the glossary --- docs/glossary.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/glossary.rst b/docs/glossary.rst index 0ff87a5ee..ae10ad272 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1212,3 +1212,9 @@ Glossary An operation applied to a :term:`configurator`. A commit checks for conflicts in :term:`configuration declaration`\s, and if none are found applies all pending :term:`action`\s. It is possible, although not necessarily recommended, to invoke :term:`commit`\s using :meth:`pyramid.config.Configurator.commit` to :ref:`manually resolve ` configuration conflicts. + + settings + Settings control the runtime behavior of a Pyramid application. + They are the aggregation of configuration file declarations, process environment values, other additions generated by Pyramid or its plugins and :term:`tween`\s, and values produced by your own code during application initialization. + Settings can affect all the components which make up the the application. + Pyramid itself, any tweens or Pyramid plugins used, and :ref:`your own code may reference ` and act on settings. -- cgit v1.2.3