repoze.bfg.settings

repoze.bfg.settings.get_settings()

Return a ‘settings’ object for the current application. A ‘settings’ object is a dictionary-like object that contains key/value pairs based on the dictionary passed as the options argument to the repoze.bfg.router.make_app API.

For backwards compatibility, dictionary keys can also be looked up as attributes of the settings object.

Previous topic

repoze.bfg.security

Next topic

repoze.bfg.testing

This Page