translations: added compilemessages cmd in run script

This commit is contained in:
AdrienLSH 2024-02-02 10:30:16 +01:00
parent f61d59114e
commit c96c261082

1
run.sh
View File

@ -8,4 +8,5 @@ python manage.py makemigrations profiles
python manage.py makemigrations chat python manage.py makemigrations chat
python manage.py makemigrations tournament python manage.py makemigrations tournament
python manage.py migrate python manage.py migrate
python manage.py compilemessages
python manage.py runserver 0.0.0.0:8000 python manage.py runserver 0.0.0.0:8000