src/hdalab/settings.py
changeset 442 3d54acec55d6
parent 411 5e3f4a5f0900
child 458 604b887e70c3
--- a/src/hdalab/settings.py	Wed Feb 11 11:14:40 2015 +0100
+++ b/src/hdalab/settings.py	Wed Dec 10 10:05:38 2014 +0100
@@ -100,9 +100,11 @@
 
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (
-    'django.template.loaders.filesystem.Loader',
-    'django.template.loaders.app_directories.Loader',
-#     'django.template.loaders.eggs.Loader',
+    ('django.template.loaders.cached.Loader', (
+        'django.template.loaders.filesystem.Loader',
+        'django.template.loaders.app_directories.Loader',
+    )),
+    #     'django.template.loaders.eggs.Loader',
 )
 
 MIDDLEWARE_CLASSES = (