feat(app): Remove daphne
This commit is contained in:
parent
99764928c6
commit
82123717cc
2 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ in
|
|||
|
||||
# Python dependencies
|
||||
(python.withPackages (ps: [
|
||||
ps.daphne
|
||||
ps.django
|
||||
ps.django-allauth
|
||||
ps.django-allauth-cas
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue