notice: update run.sh

This commit is contained in:
starnakin 2024-04-25 16:25:30 +02:00
parent ff230bccf6
commit 8c22dd28fb

1
run.sh
View File

@ -7,6 +7,7 @@ python manage.py makemigrations games
python manage.py makemigrations profiles
python manage.py makemigrations chat
python manage.py makemigrations tournament
python manage.py makemigrations notice
python manage.py migrate
python manage.py compilemessages
python manage.py runserver 0.0.0.0:8000