Add sessions app to INSTALLED_APPS and corresponding tests

This commit is contained in:
Joakim Hellsén 2026-02-10 14:15:54 +01:00
commit 45c581715a
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 13 additions and 0 deletions

View file

@ -140,6 +140,7 @@ LOGGING: dict[str, Any] = {
INSTALLED_APPS: list[str] = [
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.staticfiles",
"twitch.apps.TwitchConfig",
]