From: Brett Parker Date: Wed, 10 Jul 2013 14:58:33 +0000 (+0100) Subject: And the last changes for 1.4 X-Git-Url: https://git.sommitrealweird.co.uk//gitweb/?p=eatslugs.git;a=commitdiff_plain;h=0b546f44f00b16137e77a3736b41f769b96f70e2 And the last changes for 1.4 --- diff --git a/eatslugs/settings.py b/eatslugs/settings.py index 5653f70..cd97c96 100644 --- a/eatslugs/settings.py +++ b/eatslugs/settings.py @@ -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 = ( - '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 = (