aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Summers <matthew.summers@liquidustech.com>2011-09-20 12:37:33 -0500
committerMatthew Summers <matthew.summers@liquidustech.com>2011-09-20 12:37:33 -0500
commit62a7b5927b31512c616cf12d72be0306ce7b9883 (patch)
treefbfdf68d29fdc1ac14a3032fa5e39a5654a96f44
parentFix for inf loop b0rkage (diff)
downloadgentoo-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.py2
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 = ()