summaryrefslogtreecommitdiffstats
path: root/takahe/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings.py')
-rw-r--r--takahe/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/takahe/settings.py b/takahe/settings.py
index 98bc9dd..3017293 100644
--- a/takahe/settings.py
+++ b/takahe/settings.py
@@ -282,6 +282,8 @@ STATICFILES_DIRS = [BASE_DIR / "static"]
STATICFILES_STORAGE = "django.contrib.staticfiles.storage.ManifestStaticFilesStorage"
+SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
+
WHITENOISE_MAX_AGE = 3600
STATIC_ROOT = BASE_DIR / "static-collected"