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.withPackages (ps: [
ps.daphne
ps.django
ps.django-allauth
ps.django-allauth-cas

View file

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