On Sun, Nov 6, 2011 at 12:30 AM, Gelonida N <[email protected]> wrote: > Hi, > > If I understood well, then the Django debug toolbar is only working if > debugging is enabled. > > What I wanted to do is is to disable the explicit django error messages > for all but one specific IP address and to disable the django debug > toolbar for this one address. >
You've not understood well. Whether the toolbar is displayed depends upon a number of things, as explained in the docs: https://github.com/django-debug-toolbar/django-debug-toolbar See in particular INTERNAL_IPS and SHOW_TOOLBAR_CALLBACK. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

