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:
parent
cf4261eb6c
commit
06a36029a0
@ -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 = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user