diff options
author | eliott <eliott@cactuswax.net> | 2008-04-11 21:35:49 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-11 21:35:49 -0700 |
commit | 13eae464f1d23e5a89afd5356dedd9f919802b6b (patch) | |
tree | e30e77e67957590f0e83cdb9d2eb74fef5fcbde2 | |
parent | 7e27644c8e67e3b9f4cd521f86cef25223ba6d0e (diff) |
update
-rw-r--r-- | local_settings.py.example | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index a154f12d..d6358eeb 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -20,13 +20,6 @@ ADMINS = ( #DATABASE_HOST = '' #DATABASE_PORT = '' -## Define cache middleware settings -CACHE = False -CACHE_BACKEND = 'file:///tmp/ALdjangocache?timeout=900' -CACHE_MIDDLEWARE_SECONDS = 900 -CACHE_MIDDLEWARE_KEY_PREFIX = 'arch' -CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True - ## location for saving dev pictures MEDIA_ROOT = '/var/www/archlinux/htdocs/img/' |