diff -r 7166c54218ef -r 9e0d3287d753 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 = (