Update django-launcher.pro.sh
This commit is contained in:
parent
49bf1f6dbc
commit
1c555eb212
1 changed files with 0 additions and 5 deletions
|
|
@ -9,11 +9,6 @@ echo "Apply database migrations"
|
||||||
python3 manage.py makemigrations
|
python3 manage.py makemigrations
|
||||||
python3 manage.py migrate
|
python3 manage.py migrate
|
||||||
|
|
||||||
# Apply crons
|
|
||||||
service cron start
|
|
||||||
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 chapps.asgi:application
|
uvicorn --host 0.0.0.0 --port 8000 chapps.asgi:application
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue