[snowy] Another small django 1.3 update



commit 5e3f63344a9b26491bc11a77553db88f401d97bd
Author: Jeff Schroeder <jeffschroeder computer org>
Date:   Sun Oct 9 18:37:08 2011 -0700

    Another small django 1.3 update

 settings.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/settings.py b/settings.py
index a8462f9..ddffc3c 100644
--- a/settings.py
+++ b/settings.py
@@ -78,8 +78,7 @@ SECRET_KEY = '2n17f16%vd2^x=q6&7a)s*$ft vtp572-4+)@6spfxpe^^7^j6'
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = [
     'django.template.loaders.filesystem.Loader',
-    'django.template.loaders.app_directories.load_template_source',
-#     'django.template.loaders.eggs.load_template_source',
+    'django.template.loaders.app_directories.Loader',
 ]
 
 TEMPLATE_CONTEXT_PROCESSORS = [



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]