diff options
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 |