Private
Public Access
1
0

updating thinkpad settings for django2

This commit is contained in:
Sander Roosendaal
2019-03-22 14:01:37 +01:00
parent 59566df08c
commit 304486c4f9

View File

@@ -55,7 +55,7 @@ ALLOWED_HOSTS = []
#INSTALLED_APPS += ['debug_toolbar',]
MIDDLEWARE_CLASSES += ['debug_toolbar.middleware.DebugToolbarMiddleware',]
MIDDLEWARE += ['debug_toolbar.middleware.DebugToolbarMiddleware',]
CACHES = {
'default': {