summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--local_settings.py.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index 521e0ae..9af4ebc 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/'