summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-06-04 18:50:49 -0700
committereliott <eliott@cactuswax.net>2008-06-04 18:50:49 -0700
commit21f1b34ba331fbcf6cecfba526e2c8182edff8fb (patch)
treefd80881ac7cac4b39a41684a330754e4522e8729 /settings.py
parentb6d6cc6062c6dbfcfac719f3ad9f5a74dfd89c5b (diff)
downloadarchweb-21f1b34ba331fbcf6cecfba526e2c8182edff8fb.tar.gz
archweb-21f1b34ba331fbcf6cecfba526e2c8182edff8fb.zip
Template fix. doh!
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
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 = (