From ca99f4688fc70fb74bb2510a0aaaf4914a2c7aa9 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Thu, 11 Sep 2008 15:31:02 -0700 Subject: Adding notes about the INTERNAL_IPS setting for this to work. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 44aba49..2857fe9 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,11 @@ Installation must come after any other middleware that encodes the response's content (such as GZipMiddleware). +#. Make sure your IP is listed in the `INTERNAL_IPS` setting. If you are + working locally this will be: + + INTERNAL_IPS = ('127.0.0.1',) + #. Add a tuple called `DEBUG_TOOLBAR_PANELS` to your ``settings.py`` file that specifies the full Python path to the panel that you want included in the Toolbar. This setting looks very much like the `MIDDLEWARE_CLASSES` setting. -- cgit v1.2.3