modify testsettings for Django 1.9

This commit is contained in:
Benjamin Dauvergne 2016-03-14 16:09:03 +01:00
parent 2aec7a3294
commit b8625f56e2
1 changed files with 1 additions and 0 deletions

View File

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