Fix connect websockets
This commit is contained in:
parent
c8279efcbf
commit
f1883f7010
@ -11,4 +11,4 @@ python3 manage.py migrate
|
|||||||
|
|
||||||
# Start server
|
# Start server
|
||||||
echo "Starting 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
|
django
|
||||||
# ASGI server
|
# ASGI server
|
||||||
uvicorn
|
uvicorn
|
||||||
|
websockets
|
||||||
# Connect PostgreSQL
|
# Connect PostgreSQL
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
# Channels
|
# Channels
|
||||||
|
Loading…
Reference in New Issue
Block a user