summaryrefslogtreecommitdiff
path: root/docs/narr/environment.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-02 22:05:31 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-02 22:05:31 -0700
commit2ad17f46ff810b90c46359402cbdaebdd5f7ec36 (patch)
tree92fd102e282dd070a10553d0dc52973e28a5aaba /docs/narr/environment.rst
parentba5fffc0dc64ec3958233b342f63fd214f5c4472 (diff)
parent1220f3b8f869e4caf298d9acb5e5fffe0a86129e (diff)
downloadpyramid-2ad17f46ff810b90c46359402cbdaebdd5f7ec36.tar.gz
pyramid-2ad17f46ff810b90c46359402cbdaebdd5f7ec36.tar.bz2
pyramid-2ad17f46ff810b90c46359402cbdaebdd5f7ec36.zip
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'docs/narr/environment.rst')
-rw-r--r--docs/narr/environment.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst
index af03077af..44e75542c 100644
--- a/docs/narr/environment.rst
+++ b/docs/narr/environment.rst
@@ -38,7 +38,10 @@ application-specific configuration settings.
Reloading Templates
-------------------
-When this value is true, reload templates without a restart.
+When this value is true, reload templates without a restart, so you can see
+changes to templates take effect immediately during development. This flag
+is meaningful to Chameleon and Mako templates, as well as most third-party
+template rendering extensions.
+---------------------------------+-----------------------------+
| Environment Variable Name | Config File Setting Name |