use manage.py server

This commit is contained in:
Marco Zeisler 2021-05-04 20:41:20 +02:00
parent 8f1272afcf
commit 582bbb4c93

View File

@ -7,4 +7,4 @@ python manage.py makemigrations app_be
python manage.py migrate python manage.py migrate
echo "run server" echo "run server"
gunicorn app_be.wsgi:application -b 0.0.0.0 -p 8000 python manage.py runserver 0.0.0.0:8000 --noreload