From d94a09620a203d3e14c464ce92a0864ed7367409 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 13:13:46 -0600 Subject: Update cache settings in local_settings example Signed-off-by: Dan McGee --- local_settings.py.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'local_settings.py.example') diff --git a/local_settings.py.example b/local_settings.py.example index 521e0ae2..9af4ebc8 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -20,6 +20,11 @@ ADMINS = ( #DATABASE_HOST = '' #DATABASE_PORT = '' +## Define cache middleware settings +CACHE_BACKEND = 'memcached://127.0.0.1:11211' +CACHE_MIDDLEWARE_SECONDS = 900 +CACHE_MIDDLEWARE_KEY_PREFIX = 'arch' + ## location for saving dev pictures MEDIA_ROOT = '/var/www/archlinux/htdocs/img/' -- cgit v1.2.3-55-g3dc8