diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-09-20 19:46:08 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-09-20 19:46:08 +0200 |
commit | 29c283adf1ecdfcf6fccc5999e7d07f788620280 (patch) | |
tree | 841eb5ef4eeecece715b06dc435e8b499a6c6946 | |
parent | fix top-ix.org link, previous was 404. The helpdesk suggested to use the main... (diff) | |
download | gentoo-ads-config-29c283adf1ecdfcf6fccc5999e7d07f788620280.tar.gz gentoo-ads-config-29c283adf1ecdfcf6fccc5999e7d07f788620280.tar.bz2 gentoo-ads-config-29c283adf1ecdfcf6fccc5999e7d07f788620280.zip |
Fix deprecationg warning
-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', |