From 29c283adf1ecdfcf6fccc5999e7d07f788620280 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Tue, 20 Sep 2011 19:46:08 +0200 Subject: Fix deprecationg warning --- settings.py | 4 ++-- 1 file 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', -- cgit v1.2.3-65-gdbad