From 9f20cf7c81a38283fa08552f59a149d6abd76516 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 21 Oct 2014 17:32:09 -0500 Subject: Remove old suggested recommended settings Signed-off-by: Dan McGee --- local_settings.py.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/local_settings.py.example b/local_settings.py.example index df141521..ffd6d8a6 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -1,5 +1,3 @@ -### Django settings for archlinux project. - ## Debug settings DEBUG = False TEMPLATE_DEBUG = False @@ -41,8 +39,6 @@ CACHES = { #'LOCATION': '127.0.0.1:11211', } } -CACHE_MIDDLEWARE_KEY_PREFIX = 'arch' -CACHE_MIDDLEWARE_SECONDS = 300 ## Use secure session cookies? Make this true if you want all ## logged-in actions to take place over HTTPS only. If developing -- cgit v1.2.3-55-g3dc8