Skip to content

Commit

Permalink
Install daphne for ASGI server
Browse files Browse the repository at this point in the history
See also: #17
  • Loading branch information
BECATRUE committed Nov 28, 2024
1 parent 969e35f commit 3f8b9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
daphne==4.1.*
Django==5.1.*
python-decouple==3.8
pylint==3.3.*
Expand Down
1 change: 1 addition & 0 deletions wlm_server/wlm_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# Application definition

INSTALLED_APPS = [
'daphne',
'channels',
'django.contrib.admin',
'django.contrib.auth',
Expand Down

0 comments on commit 3f8b9da

Please sign in to comment.