summaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-04-11 21:35:49 -0700
committereliott <eliott@cactuswax.net>2008-04-11 21:35:49 -0700
commit13eae464f1d23e5a89afd5356dedd9f919802b6b (patch)
treee30e77e67957590f0e83cdb9d2eb74fef5fcbde2 /local_settings.py.example
parent7e27644c8e67e3b9f4cd521f86cef25223ba6d0e (diff)
downloadarchweb-13eae464f1d23e5a89afd5356dedd9f919802b6b.tar.gz
archweb-13eae464f1d23e5a89afd5356dedd9f919802b6b.zip
update
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example7
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/'