diff options
Diffstat (limited to 'fossee_anime/settings.py')
-rw-r--r-- | fossee_anime/settings.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fossee_anime/settings.py b/fossee_anime/settings.py index 9b3d6ed..3004184 100644 --- a/fossee_anime/settings.py +++ b/fossee_anime/settings.py @@ -160,4 +160,9 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' # Change this to the production url PRODUCTION_URL = 'your_production_url' -ADMIN_EMAIL = 'your admin email'
\ No newline at end of file +ADMIN_EMAIL = 'your admin email' + +FILE_UPLOAD_PERMISSIONS = 0o644 +SESSION_EXPIRE_AT_BROWSER_CLOSE = True +SESSION_SAVE_EVERY_REQUEST = True +SESSION_COOKIE_AGE = 36000
\ No newline at end of file |