web/ldtplatform/config.py.tmpl
changeset 279 b50206f6238f
parent 265 491d057cbfd2
child 281 832c5049b358
--- a/web/ldtplatform/config.py.tmpl	Mon Dec 12 14:48:57 2011 +0100
+++ b/web/ldtplatform/config.py.tmpl	Mon Dec 12 15:57:35 2011 +0100
@@ -49,6 +49,13 @@
     }
 }
 
+CACHES = {
+    'default': {
+        'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
+        'LOCATION': 'cache',
+    }
+}
+
 DEBUG = True
 TEMPLATE_DEBUG = DEBUG