Update django-launcher.dev.sh
This commit is contained in:
parent
92d60ee62a
commit
f4c3202e32
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue