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 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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue