Skip to content

Commit 788153c

Browse files
committed
Updated loader settings for Django 1.4
Idea taken from http://stackoverflow.com/q/11904609
1 parent 03cdb16 commit 788153c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393

9494
# List of callables that know how to import templates from various sources.
9595
TEMPLATE_LOADERS = (
96-
'django.template.loaders.filesystem.load_template_source',
97-
'django.template.loaders.app_directories.load_template_source',
96+
'django.template.loaders.filesystem.Loader',
97+
'django.template.loaders.app_directories.Loader',
9898
# 'django.template.loaders.eggs.load_template_source',
9999
)
100100

0 commit comments

Comments
 (0)