mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-05-10 19:43:09 +00:00
More testing fixes
This commit is contained in:
parent
d2f1b950e3
commit
d0d41b734f
1 changed files with 5 additions and 0 deletions
|
|
@ -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/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue