Fix bad names
This commit is contained in:
@ -11,4 +11,4 @@ python3 manage.py migrate
|
||||
|
||||
# Start server
|
||||
echo "Starting server"
|
||||
uvicorn --host 0.0.0.0 --port 8000 chapps.asgi:application
|
||||
uvicorn --host 0.0.0.0 --port 8000 my_demo.asgi:application
|
||||
|
Reference in New Issue
Block a user