diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 21:10:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-13 21:10:05 -0400 |
commit | 67b87ed4c0abd593e2833b3aa6b969c2e2451b60 (patch) | |
tree | e6d3ad84990f78b23cd291543cd601951117a822 /local_settings.py.example | |
parent | c910b9220c45eb9d493d260f325efda2141205a4 (diff) | |
parent | 69d771978bcf7d70d106c3e704fde203451fd48e (diff) |
Merge tag 'release_2014-10-21' into archweb-generic
More tweaks and changes
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index 52eab33c..44e38459 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -1,5 +1,3 @@ -### Django settings for archlinux 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 |