Remove unused internal app configurations from INSTALLED_APPS
Some checks failed
Deploy to Server / deploy (push) Failing after 5s
Some checks failed
Deploy to Server / deploy (push) Failing after 5s
This commit is contained in:
parent
ce22fb68f3
commit
119a8b7094
1 changed files with 0 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue