modify testsettings for Django 1.9

auth_levels
Benjamin Dauvergne 7 years ago
parent 2aec7a3294
commit b8625f56e2

@ -32,5 +32,6 @@ if django.VERSION >= (1,8):
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
'DIRS': TEMPLATE_DIRS,
},
]

Loading…
Cancel
Save