From 304486c4f9c1a3e3e893c594ae231f1c07be773d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 22 Mar 2019 14:01:37 +0100 Subject: [PATCH] updating thinkpad settings for django2 --- rowsandall_app/settings_thinkpad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowsandall_app/settings_thinkpad.py b/rowsandall_app/settings_thinkpad.py index ea7fc6fc..02b60906 100644 --- a/rowsandall_app/settings_thinkpad.py +++ b/rowsandall_app/settings_thinkpad.py @@ -55,7 +55,7 @@ ALLOWED_HOSTS = [] #INSTALLED_APPS += ['debug_toolbar',] -MIDDLEWARE_CLASSES += ['debug_toolbar.middleware.DebugToolbarMiddleware',] +MIDDLEWARE += ['debug_toolbar.middleware.DebugToolbarMiddleware',] CACHES = { 'default': {