Fix connect websockets
This commit is contained in:
parent
c8279efcbf
commit
f1883f7010
@ -11,4 +11,4 @@ python3 manage.py migrate
|
||||
|
||||
# Start server
|
||||
echo "Starting server"
|
||||
uvicorn --host 0.0.0.0 --port 8000 --reload my_demo.asgi:application
|
||||
uvicorn --host 0.0.0.0 --port 8000 --reload --debug --ws websockets my_demo.asgi:application
|
||||
|
@ -2,6 +2,7 @@
|
||||
django
|
||||
# ASGI server
|
||||
uvicorn
|
||||
websockets
|
||||
# Connect PostgreSQL
|
||||
psycopg2-binary
|
||||
# Channels
|
||||
|
Loading…
Reference in New Issue
Block a user