Skip to content

Commit

Permalink
document debugtoolbar.includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Dec 26, 2014
1 parent 9e4dc75 commit 4f31224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ file.
If configuration is done via Python, the setting should be a list. This
setting was added in debugtoolbar version 1.0.4.

``debugtoolbar.includes``

The debugtoolbar will use Pyramid's default
:meth:`pyramid.config.Configurator.include` mechanism to extend the toolbar's
internal Pyramid application with custom logic. This is a good spot to affect
static assets used by the toolbar, or add custom urls.

Useful settings for debugging panels/debugtoolbar
`````````````````````````````````````````````````

Expand Down

0 comments on commit 4f31224

Please sign in to comment.