Updated template loaders to the current class-based versions.

The old values were deprecated as of Django 1.2 and will be removed in 1.4

Change-Id: Ie7611b4554fe2f31a2c38c3d5729d3d90c9e6afb
This commit is contained in:
Gabriel Hurley 2011-12-22 19:01:46 -08:00
parent cf4261eb6c
commit 06a36029a0

View File

@ -69,8 +69,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
)
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.load_template_source',
'django.template.loaders.app_directories.load_template_source',
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader'
)
TEMPLATE_DIRS = (