From 0af38fb5dd7c59fb0ce185edd76064b3db4cabdd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 2 Jul 2009 07:08:59 +0000 Subject: Document (upcoming) ``configure_zcml`` feature. --- docs/narr/environment.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index 45b544df5..48553940a 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -46,6 +46,16 @@ application-specific configuration settings. +---------------------------------+-----------------------------+----------------------------------------+ | ``BFG_RELOAD_ALL`` | ``reload_all`` | Turns all reload_* settings on. | +---------------------------------+-----------------------------+----------------------------------------+ +| ``BFG_CONFIGURE_ZCML`` | ``configure_zcml`` | Use the specified filename to load | +| | | the :term:`application registry` | +| | | instead of the filename implied by | +| | | ``filename`` value passed to | +| | | ``repoze.bfg.router.make_app``. If | +| | | this is a relative filename, it will | +| | | be considered relative to the | +| | | ``package`` passed to ``make_app`` | +| | | by the application. | ++---------------------------------+-----------------------------+----------------------------------------+ Examples -------- -- cgit v1.2.3