Remove unused internal app configurations from INSTALLED_APPS
Some checks failed
Deploy to Server / deploy (push) Failing after 5s

This commit is contained in:
Joakim Hellsén 2026-03-23 03:00:26 +01:00
commit 119a8b7094
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -140,10 +140,6 @@ INSTALLED_APPS: list[str] = [
"django.contrib.staticfiles",
"django.contrib.postgres",
# Internal apps
"twitch.apps.TwitchConfig",
"kick.apps.KickConfig",
"youtube.apps.YoutubeConfig",
"core.apps.CoreConfig",
# Third-party apps
"django_celery_results",
"django_celery_beat",