diff options
Diffstat (limited to 'debug_toolbar/urls.py')
| -rw-r--r-- | debug_toolbar/urls.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debug_toolbar/urls.py b/debug_toolbar/urls.py index 77491e3..986b78e 100644 --- a/debug_toolbar/urls.py +++ b/debug_toolbar/urls.py @@ -1,11 +1,10 @@ """ -URLpatterns for the debug toolbar. +URLpatterns for the debug toolbar. These should not be loaded explicitly; the debug toolbar middleware will patch this into the urlconf for the request. """ from django.conf.urls.defaults import * -from django.conf import settings _PREFIX = '__debug__' |
