summaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-11-13 01:34:08 +0100
committerIsmael Carnales <icarnales@gmail.com>2009-11-13 01:34:08 +0100
commitf7b879940b9b863d3ef52ce7082f3126d6af88c6 (patch)
tree81473f004b1dc9be7f3aa34c3b4018803b581312 /local_settings.py.example
parent6a11b8446354c927a27b2d81ed5022fb78fd3eaf (diff)
downloadarchweb-f7b879940b9b863d3ef52ce7082f3126d6af88c6.tar.gz
archweb-f7b879940b9b863d3ef52ce7082f3126d6af88c6.tar.xz
added dummy cache setting to local_settings
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index d6358ee..521e0ae 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -29,5 +29,9 @@ MEDIA_URL = 'http://www.archlinux.org/img/'
## Make this unique, and don't share it with anybody.
SECRET_KEY = '00000000000000000000000000000000000000000000000'
+#dummy cache
+if DEBUG:
+ CACHE_BACKEND = 'dummy:///'
+
# vim: set ts=4 sw=4 et: