More testing fixes

This commit is contained in:
Frank Wiles 2014-05-07 10:26:06 -05:00
parent d2f1b950e3
commit d0d41b734f

View file

@ -39,6 +39,11 @@ INSTALLED_APPS = (
'tos',
)
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
'django.template.loaders.eggs.Loader',
)
TEMPLATE_DIRS = (
'/Users/frank/work/src/django-tos/templates/',