diff options
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 |
commit | c77b895c53fee179f5e34bb1a39be0500e6f7eb8 (patch) | |
tree | 3ba169867ee799bbc9a36282ed57cbd970d65062 /example_project/settings.py | |
parent | a5ea65e3410dc8ac5f47721b2b102f8966fe4efa (diff) | |
download | Ishtar-c77b895c53fee179f5e34bb1a39be0500e6f7eb8.tar.bz2 Ishtar-c77b895c53fee179f5e34bb1a39be0500e6f7eb8.zip |
Remove session in cache on production - definitly a bad idea for now
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
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" |