Add sessions app to INSTALLED_APPS and corresponding tests
This commit is contained in:
parent
92ec9e5f32
commit
45c581715a
2 changed files with 13 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ LOGGING: dict[str, Any] = {
|
|||
|
||||
INSTALLED_APPS: list[str] = [
|
||||
"django.contrib.contenttypes",
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.staticfiles",
|
||||
"twitch.apps.TwitchConfig",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue