We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6e518 commit 7d27849Copy full SHA for 7d27849
1 file changed
ietf/settings_testcrawl.py
@@ -6,8 +6,9 @@
6
#
7
8
from settings import * # pyflakes:ignore
9
+from settings import TEMPLATES
10
-TEMPLAT[0]['OPTIONS']['loaders'] = (
11
+TEMPLATES[0]['OPTIONS']['loaders'] = (
12
('django.template.loaders.cached.Loader', (
13
'django.template.loaders.filesystem.Loader',
14
'django.template.loaders.app_directories.Loader',
0 commit comments