And the last changes for 1.4
[eatslugs.git] / eatslugs / settings.py
index 5653f70621edd2a31f8eee7453d3e2377c54069a..cd97c9642321868754a6a54fc0ce7482e9c9ddb3 100644 (file)
@@ -44,8 +44,8 @@ SECRET_KEY = "".join([random.choice(key_chars) for a in range(0,50)])
 
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (
 
 # List of callables that know how to import templates from various sources.
 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',
 )
 
 MIDDLEWARE_CLASSES = (
 )
 
 MIDDLEWARE_CLASSES = (