Fix bad names

This commit is contained in:
Andros Fenollosa
2021-03-08 21:25:34 +01:00
parent 91a01428fe
commit e3e1a0144c
11 changed files with 25 additions and 33 deletions

View File

@ -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