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