X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=da25241d6aeacc40a082c87377742053dad61c49;hb=6f0b8cab62e8d880a4c897198f4377032c925529;hp=91b6996f18d087b673ff2c3fc6ecec5278a1297b;hpb=9f975ac055023a8f483b2dfeae36f75c04e50f5f;p=matthijs%2Fprojects%2Fdorestad-bookings.git diff --git a/settings.py b/settings.py index 91b6996..da25241 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,8 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.admin', 'tickets', + 'debug_toolbar', + 'south', ) TEMPLATE_CONTEXT_PROCESSORS = (