translations: added compilemessages cmd in run script

This commit is contained in:
AdrienLSH 2024-02-02 10:30:16 +01:00
parent e9e370d4f5
commit 44dbaf7054

1
run.sh
View File

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