Private
Public Access
1
0

removed django debug toolbar

not compatible with django 1.9.5
This commit is contained in:
Sander Roosendaal
2019-03-07 12:08:29 +01:00
parent 16d2a3c118
commit 2311e22cd8

View File

@@ -51,9 +51,9 @@ TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
ALLOWED_HOSTS = ['localhost']
INSTALLED_APPS += ['debug_toolbar',]
# INSTALLED_APPS += ['debug_toolbar',]
MIDDLEWARE_CLASSES += ['debug_toolbar.middleware.DebugToolbarMiddleware',]
# MIDDLEWARE_CLASSES += ['debug_toolbar.middleware.DebugToolbarMiddleware',]
CACHES = {
'default': {