Added django 1.11 support
This commit is contained in:
+5
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user