X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;fp=settings.py;h=86c98d02fda64987e1ac90e7766cbfdfcd796c1a;hb=d7339cf04fb6279fae24313d672a52d8b95fbbec;hp=91b6996f18d087b673ff2c3fc6ecec5278a1297b;hpb=e6d85174ea1aa5495ffaaec97b7fdb48d2b2a8a9;p=matthijs%2Fprojects%2Fdorestad-bookings.git diff --git a/settings.py b/settings.py index 91b6996..86c98d0 100644 --- a/settings.py +++ b/settings.py @@ -64,6 +64,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', + 'debug_toolbar.middleware.DebugToolbarMiddleware', ) ROOT_URLCONF = 'dorestad-bookings.urls' @@ -84,6 +85,7 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.admin', 'tickets', + 'debug_toolbar', ) TEMPLATE_CONTEXT_PROCESSORS = (