Changed the template loader names to be compliant with upcoming Django changes in 1.2.
--- 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 = (