summaryrefslogtreecommitdiff
path: root/local_settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example4
1 files changed, 0 insertions, 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