summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-08-10 15:47:02 -0400
committerDusty Phillips <buchuki@gmail.com>2009-08-10 15:47:02 -0400
commit0d2560fa55689d920bc7431fae3f2995bd1b0d71 (patch)
tree98db0e069181ba75133ab7340732d3f9b0e592f3 /settings.py
parentc3ecb485ae3eca5ba6dca96a22615dc11c6df7ee (diff)
downloadarchweb-0d2560fa55689d920bc7431fae3f2995bd1b0d71.tar.gz
archweb-0d2560fa55689d920bc7431fae3f2995bd1b0d71.zip
Add a page to aid Aaron in user creation.
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 cdd737d2..478dd3b9 100644
--- a/settings.py
+++ b/settings.py
@@ -38,8 +38,8 @@ 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.eggs.load_template_source',
'django.template.loaders.app_directories.load_template_source',
)