summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-10-21 17:32:09 -0500
committerDan McGee <dan@archlinux.org>2014-10-21 17:32:09 -0500
commit9f20cf7c81a38283fa08552f59a149d6abd76516 (patch)
treed0347d4dd4d4d028b047b7a7212f9a271b45eda3
parentc86ef5c326212f09a22f5ae3502a0bc79033a23a (diff)
downloadarchweb-9f20cf7c81a38283fa08552f59a149d6abd76516.tar.gz
archweb-9f20cf7c81a38283fa08552f59a149d6abd76516.zip
Remove old suggested recommended settings
Signed-off-by: Dan McGee <dan@archlinux.org>
-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