diff -r d16ec14aaf29 -r b50206f6238f web/ldtplatform/config.py.tmpl --- 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