diff options
author | eliott <eliott@cactuswax.net> | 2008-06-04 18:50:49 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-06-04 18:50:49 -0700 |
commit | 21f1b34ba331fbcf6cecfba526e2c8182edff8fb (patch) | |
tree | fd80881ac7cac4b39a41684a330754e4522e8729 /settings.py | |
parent | b6d6cc6062c6dbfcfac719f3ad9f5a74dfd89c5b (diff) |
Template fix. doh!
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 1d086732..515d63bd 100644 --- a/settings.py +++ b/settings.py @@ -42,9 +42,9 @@ LOGIN_URL = '/login/' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( + 'django.template.loaders.eggs.load_template_source', 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_template_source', -# 'django.template.loaders.eggs.load_template_source', ) MIDDLEWARE_CLASSES = ( |