diff options
-rw-r--r-- | settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 1c756fa..91d936d 100644 --- a/settings.py +++ b/settings.py @@ -103,7 +103,7 @@ ADMIN_MEDIA_PREFIX = '/media/' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( - 'django.template.loaders.app_directories.load_template_source', + 'django.template.loaders.app_directories.Loader', ) TEMPLATE_CONTEXT_PROCESSORS = () @@ -121,7 +121,7 @@ TEMPLATE_DIRS = () ## we have but one ## app this day -## perhaps another +## perhaps another ## tomorrow INSTALLED_APPS = ( 'ads', |