From f7b879940b9b863d3ef52ce7082f3126d6af88c6 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Thu, 12 Nov 2009 22:34:08 -0200 Subject: added dummy cache setting to local_settings --- local_settings.py.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'local_settings.py.example') 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: -- cgit v1.2.3-24-g4f1b