From 7b9066cccb09d1e93df88f8b3ebc9a74ec84730c Mon Sep 17 00:00:00 2001 From: Jamaludin Ahmad Date: Mon, 20 Dec 2010 06:23:04 +0700 Subject: BFG_ -> PYRAMID_ --- docs/narr/templates.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/templates.rst') 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 -- cgit v1.2.3