diff options
| author | Aymeric Augustin | 2014-03-09 21:50:41 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2014-03-09 21:51:35 +0100 | 
| commit | a9134faef721f0166f25b0ae717ab96e4c3a4a40 (patch) | |
| tree | 204dc8326aa869c42f0ea8d273b55926cdeed972 /docs/panels.rst | |
| parent | 88712cf843503b3fb0e97523b80417b08a83d1fd (diff) | |
| download | django-debug-toolbar-a9134faef721f0166f25b0ae717ab96e4c3a4a40.tar.bz2 | |
Document DISABLE_PANELS.
Diffstat (limited to 'docs/panels.rst')
| -rw-r--r-- | docs/panels.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/panels.rst b/docs/panels.rst index ed7abbf..58713b4 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -103,7 +103,7 @@ ready.  Since this behavior is annoying when you aren't debugging a redirect, this  panel is included but inactive by default. You can activate it by default with -the ``INTERCEPT_REDIRECTS`` configuration option. +the ``DISABLE_PANELS`` configuration option.  Non-default built-in panels | 
