diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 7e0b8a0da..25a60fb93 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -188,6 +188,9 @@ INSTALLED_APPS = [ USE_TRANSLATION_OVERLOAD = True TRANSLATION_OVERLOAD_DEBUG = False +SESSION_EXPIRE_AT_BROWSER_CLOSE = False +SESSION_COOKIE_AGE = 5 * 24 * 60 * 60 + MAIN_APP = "" LOGFILE = "" |