diff --git a/testsettings.py b/testsettings.py index baec92a..ed8c13c 100644 --- a/testsettings.py +++ b/testsettings.py @@ -32,5 +32,6 @@ if django.VERSION >= (1,8): { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True, + 'DIRS': TEMPLATE_DIRS, }, ]