add caching to the toplevel menu
[sommitrealweird.git] / sommitrealweird / settings.py
index 959a2797a1c11840d24d0027fde4ee6df0aad3c7..923222fb0529ba4cbe38bb9bfc44cbfc9e8ba3d4 100644 (file)
@@ -51,6 +51,8 @@ ADMIN_MEDIA_PREFIX = '/admin-media/'
 # Make this unique, and don't share it with anybody.
 SECRET_KEY = '$!roq-b5snvjxi4dr2y7(l(@$@k+2%aub&)s__0)k#r&c(8(4x'
 
+CACHE_BACKEND = 'file:///home/brettp/dev/sommitrealweird/tmp'
+
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.load_template_source',