diff options
-rw-r--r-- | src/meetingtools/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meetingtools/settings.py b/src/meetingtools/settings.py index 7ea0029..b777659 100644 --- a/src/meetingtools/settings.py +++ b/src/meetingtools/settings.py @@ -64,6 +64,8 @@ LOGOUT_URL = "%s/accounts/logout/" % PREFIX_URL # Make this unique, and don't share it with anybody. SECRET_KEY = 'tz78l!c=cl2=jic5$2#(bq)7-4s1ivtm*a+q0w1yi0$)hrmc7l' +SESSION_ENGINE = "django.contrib.sessions.backends.cached_db" + # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.Loader', |