summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-05 16:35:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-05 16:35:45 +0200
commitc77b895c53fee179f5e34bb1a39be0500e6f7eb8 (patch)
tree3ba169867ee799bbc9a36282ed57cbd970d65062 /example_project
parenta5ea65e3410dc8ac5f47721b2b102f8966fe4efa (diff)
downloadIshtar-c77b895c53fee179f5e34bb1a39be0500e6f7eb8.tar.bz2
Ishtar-c77b895c53fee179f5e34bb1a39be0500e6f7eb8.zip
Remove session in cache on production - definitly a bad idea for now
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index c10160b86..ea50daffb 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -316,5 +316,3 @@ if 'test' in sys.argv:
if not DEBUG:
# persistent connection
DATABASES['default']['CONN_MAX_AGE'] = 600
- # session in cache and database
- SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"