feat(app): Remove daphne

This commit is contained in:
Tom Hubrecht 2024-09-16 19:07:02 +02:00
parent 99764928c6
commit 82123717cc
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 0 additions and 2 deletions

View file

@ -44,7 +44,6 @@ in
# Python dependencies # Python dependencies
(python.withPackages (ps: [ (python.withPackages (ps: [
ps.daphne
ps.django ps.django
ps.django-allauth ps.django-allauth
ps.django-allauth-cas ps.django-allauth-cas

View file

@ -24,7 +24,6 @@ ALLOWED_HOSTS = credentials.get_json("ALLOWED_HOSTS", [])
# List the installed applications # List the installed applications
INSTALLED_APPS = [ INSTALLED_APPS = [
"daphne",
"django.contrib.admin", "django.contrib.admin",
"django.contrib.auth", "django.contrib.auth",
"django.contrib.contenttypes", "django.contrib.contenttypes",