Tres Seaver
2008-08-03 69b9090d86086364930d61bf1b69037fbe72563d
Note usage of who.ini w/ hand-rolled m/w stack.
1 files modified
7 ■■■■■ changed files
docs/index.rst 7 ●●●●● patch | view | raw | blame | history
docs/index.rst
@@ -471,6 +471,13 @@
form a site configuration.  The general section is general middleware
configuration.
To configure :mod:`repoze.who` in Python, using an .INI file, call
the `make_middleware_with_config` entry point, passing the right-hand
application and the path to the confi file ::
    from repoze.who.config import make_middleware_with_config
    who = make_middleware_with_config(app, '/path/to/who.ini')
:mod:`repoze.who`'s configuration file can be pointed to within a PasteDeploy
configuration file ::