From 16eccd7e4c6d518b4e642e0a4f7c717f2845afaf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 Sep 2017 16:35:45 +0200 Subject: Remove session in cache on production - definitly a bad idea for now --- example_project/settings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'example_project') 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" -- cgit v1.2.3