We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474dd4 commit f006e05Copy full SHA for f006e05
app/config.py
@@ -53,7 +53,7 @@ class BaseConfig:
53
TEMPLATES_AUTO_RELOAD = True
54
SECRET_KEY = get_or_create_secret("SECRET_KEY", generate_secret_key)
55
# Sessions
56
- SESSION_TYPE = 'filesystem' # Required session type configuration
+ SESSION_TYPE = 'cachelib' # Changed from 'filesystem' to 'cachelib'
57
SESSION_CACHELIB = FileSystemCache(str(BASE_DIR / "database" / "sessions"))
58
# Babel / i18n
59
LANGUAGES = {
0 commit comments