Update django-launcher.dev.sh
This commit is contained in:
parent
a1efd01a61
commit
fb38fa38bd
@ -9,6 +9,10 @@ echo "Apply database migrations"
|
|||||||
python3 manage.py makemigrations
|
python3 manage.py makemigrations
|
||||||
python3 manage.py migrate
|
python3 manage.py migrate
|
||||||
|
|
||||||
|
# Apply crons
|
||||||
|
python3 manage.py crontab remove
|
||||||
|
python3 manage.py crontab add
|
||||||
|
|
||||||
# Start server
|
# Start server
|
||||||
echo "Starting server"
|
echo "Starting server"
|
||||||
uvicorn --host 0.0.0.0 --port 8000 --reload chapps.asgi:application
|
uvicorn --host 0.0.0.0 --port 8000 --reload chapps.asgi:application
|
||||||
|
Loading…
Reference in New Issue
Block a user