diff options
| author | Jamaludin Ahmad <j.ahmad@gmx.net> | 2010-12-20 06:23:04 +0700 |
|---|---|---|
| committer | Jamaludin Ahmad <j.ahmad@gmx.net> | 2010-12-20 06:23:04 +0700 |
| commit | 7b9066cccb09d1e93df88f8b3ebc9a74ec84730c (patch) | |
| tree | 400ab386b9fa316fb7303ab6a22c4809e2c6325b /docs/narr/templates.rst | |
| parent | a59c789b2bb4a1de5f79537cc2f1022c97bb51f6 (diff) | |
| download | pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.tar.gz pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.tar.bz2 pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.zip | |
BFG_ -> PYRAMID_
Diffstat (limited to 'docs/narr/templates.rst')
| -rw-r--r-- | docs/narr/templates.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index adec9aa0c..437b823e9 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -614,12 +614,12 @@ In order to turn on template exception debugging, you can use an environment variable setting or a configuration file setting. To use an environment variable, start your application under a shell -using the ``BFG_DEBUG_TEMPLATES`` operating system environment +using the ``PYRAMID_DEBUG_TEMPLATES`` operating system environment variable set to ``1``, For example: .. code-block:: text - $ BFG_DEBUG_TEMPLATES=1 bin/paster serve myproject.ini + $ PYRAMID_DEBUG_TEMPLATES=1 bin/paster serve myproject.ini To use a setting in the application ``.ini`` file for the same purpose, set the ``debug_templates`` key to ``true`` within the @@ -777,12 +777,12 @@ In order to turn on automatic reloading of templates, you can use an environment variable, or a configuration file setting. To use an environment variable, start your application under a shell -using the ``BFG_RELOAD_TEMPLATES`` operating system environment +using the ``PYRAMID_RELOAD_TEMPLATES`` operating system environment variable set to ``1``, For example: .. code-block:: text - $ BFG_RELOAD_TEMPLATES=1 bin/paster serve myproject.ini + $ PYRAMID_RELOAD_TEMPLATES=1 bin/paster serve myproject.ini To use a setting in the application ``.ini`` file for the same purpose, set the ``reload_templates`` key to ``true`` within the |
