modify testsettings for Django 1.9
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…
Reference in New Issue