Remove unused dependencies

This commit is contained in:
Joakim Hellsén 2024-02-02 21:37:17 +01:00
commit b4c66ecf3c
3 changed files with 9 additions and 346 deletions

View file

@ -94,7 +94,6 @@ INSTALLED_APPS: list[str] = [
# Third-party apps
"whitenoise.runserver_nostatic", # https://whitenoise.readthedocs.io/en/latest/index.html
"debug_toolbar", # https://github.com/jazzband/django-debug-toolbar/
"django_celery_results", # https://github.com/celery/django-celery-results
# Django apps
"django.contrib.sites",
"django.contrib.admin",