Skip to content

Commit 1be0eb6

Browse files
committed
well, django 1.4 hulk smashes the previous template loaders. bend to its will, in supplication.
1 parent 41d5a01 commit 1be0eb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

settings.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848

4949
# List of callables that know how to import templates from various sources.
5050
TEMPLATE_LOADERS = (
51-
'django.template.loaders.filesystem.load_template_source',
52-
'django.template.loaders.app_directories.load_template_source',
53-
# 'django.template.loaders.eggs.load_template_source',
51+
'django.template.loaders.filesystem.Loader',
52+
'django.template.loaders.app_directories.Loader',
5453
)
5554

5655
MIDDLEWARE_CLASSES = (

0 commit comments

Comments
 (0)