Changed the template loader names to be compliant with upcoming Django changes in 1.2.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 19:54:31 +0530
changeset 150 9e0d3287d753
parent 149 7166c54218ef
child 151 f85b864f5f8b
Changed the template loader names to be compliant with upcoming Django changes in 1.2.
project/settings.py
--- a/project/settings.py	Thu Jul 22 14:44:57 2010 +0530
+++ b/project/settings.py	Thu Jul 22 19:54:31 2010 +0530
@@ -56,8 +56,8 @@
 ROOT_URLCONF = 'project.urls'
 
 TEMPLATE_LOADERS = (
-    'django.template.loaders.filesystem.load_template_source',
-    'django.template.loaders.app_directories.load_template_source',
+    'django.template.loaders.filesystem.Loader',
+    'django.template.loaders.app_directories.Loader',
 )
 
 TEMPLATE_DIRS = (