# HG changeset patch # User Madhusudan.C.S # Date 1279808671 -19800 # Node ID 9e0d3287d753a0f9c422df93fed2df9a44928108 # Parent 7166c54218efe96d384e43d479573715b204aa78 Changed the template loader names to be compliant with upcoming Django changes in 1.2. 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 = (