diff options
author | Matthew Summers <matthew.summers@liquidustech.com> | 2011-09-20 12:37:33 -0500 |
---|---|---|
committer | Matthew Summers <matthew.summers@liquidustech.com> | 2011-09-20 12:37:33 -0500 |
commit | 62a7b5927b31512c616cf12d72be0306ce7b9883 (patch) | |
tree | fbfdf68d29fdc1ac14a3032fa5e39a5654a96f44 | |
parent | Fix for inf loop b0rkage (diff) | |
download | gentoo-ads-62a7b5927b31512c616cf12d72be0306ce7b9883.tar.gz gentoo-ads-62a7b5927b31512c616cf12d72be0306ce7b9883.tar.bz2 gentoo-ads-62a7b5927b31512c616cf12d72be0306ce7b9883.zip |
Updated the TEMPLATE_LOADERS for django-1.3
-rw-r--r-- | gentoo_ads/example_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo_ads/example_settings.py b/gentoo_ads/example_settings.py index d2ef621..31cb349 100644 --- a/gentoo_ads/example_settings.py +++ b/gentoo_ads/example_settings.py @@ -99,7 +99,7 @@ SECRET_KEY = 'v1nht7uj01_btjz4!&2%8(xq!$gao%80&r1w=h#ij17*@+-$3k' # 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 = () |