diff options
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index d6358eeb..521e0ae2 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: |