summaryrefslogtreecommitdiff
path: root/local_settings.py.example
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:10:46 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:10:46 -0400
commit05a44e86fbb656e5a4f6228c28b61df740549b34 (patch)
tree4d272046b88cd07f82d48da8a2390d785ace96c5 /local_settings.py.example
parentc6eb3b7b3c77d1b70126e0755c9ee66de88d5395 (diff)
parent67b87ed4c0abd593e2833b3aa6b969c2e2451b60 (diff)
Merge branch 'archweb-generic' into master-nomake
# Conflicts: # local_settings.py.example
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 3e33aa7e..44e38459 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -1,5 +1,3 @@
-### Django settings for Parabola GNU/Linux-libre project.
-
## Debug settings
DEBUG = False # If you are running without another HTTP server, must be true
TEMPLATE_DEBUG = False
@@ -55,8 +53,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