Added django 1.11 support

This commit is contained in:
Fabio Caccamo
2017-04-14 13:13:12 +02:00
parent e9e950dda3
commit d1c912e875
3 changed files with 11 additions and 5 deletions
+5 -1
View File
@@ -32,7 +32,11 @@ TEMPLATES = [{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'APP_DIRS': True,
'OPTIONS': {},
'OPTIONS': {
'context_processors': [
'django.contrib.auth.context_processors.auth',
]
},
},]
DATABASES = {