Skip to content

Commit

Permalink
Update test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Dec 7, 2015
1 parent 7b0210e commit 97261ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
'django.template.loaders.app_directories.Loader',
)

TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
'OPTIONS': {
'builtins': ['overextends.templatetags.overextends_tags'],
}
},
]

INSTALLED_APPS = (
'overextends',
)
Expand Down

0 comments on commit 97261ad

Please sign in to comment.