Update test settings
This commit is contained in:
@@ -27,6 +27,16 @@ TEMPLATE_LOADERS = (
|
|||||||
'django.template.loaders.app_directories.Loader',
|
'django.template.loaders.app_directories.Loader',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
TEMPLATES = [
|
||||||
|
{
|
||||||
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||||
|
'APP_DIRS': True,
|
||||||
|
'OPTIONS': {
|
||||||
|
'builtins': ['overextends.templatetags.overextends_tags'],
|
||||||
|
}
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
'overextends',
|
'overextends',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user