Reverted the template loaders path.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 20:17:14 +0530
changeset 152 64d37556e457
parent 151 f85b864f5f8b
child 153 e617dfb5e95f
Reverted the template loaders path.
project/settings.py
--- a/project/settings.py	Thu Jul 22 19:55:14 2010 +0530
+++ b/project/settings.py	Thu Jul 22 20:17:14 2010 +0530
@@ -56,8 +56,8 @@
 ROOT_URLCONF = 'project.urls'
 
 TEMPLATE_LOADERS = (
-    'django.template.loaders.filesystem.Loader',
-    'django.template.loaders.app_directories.Loader',
+    'django.template.loaders.filesystem.load_template_source',
+    'django.template.loaders.app_directories.load_template_source',
 )
 
 TEMPLATE_DIRS = (