Update django-launcher.dev.sh
This commit is contained in:
parent
92d60ee62a
commit
f4c3202e32
@ -11,4 +11,7 @@ python3 manage.py migrate
|
|||||||
|
|
||||||
# Start server
|
# Start server
|
||||||
echo "Starting server"
|
echo "Starting server"
|
||||||
|
## With WebSockets
|
||||||
uvicorn --host 0.0.0.0 --port 8000 --reload chapps.asgi:application
|
uvicorn --host 0.0.0.0 --port 8000 --reload chapps.asgi:application
|
||||||
|
## without WebSockets
|
||||||
|
#gunicorn --workers=4 -b 0.0.0.0:8000 --reload gotrucki.wsgi:application
|
||||||
|
Loading…
Reference in New Issue
Block a user