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 | 16eccd7e4c6d518b4e642e0a4f7c717f2845afaf (patch) | |
tree | 3ba169867ee799bbc9a36282ed57cbd970d65062 /example_project | |
parent | 5c1175aacc134747724a524a981e94bad920b793 (diff) | |
download | Ishtar-16eccd7e4c6d518b4e642e0a4f7c717f2845afaf.tar.bz2 Ishtar-16eccd7e4c6d518b4e642e0a4f7c717f2845afaf.zip |
Remove session in cache on production - definitly a bad idea for now
Diffstat (limited to 'example_project')
-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" |