From 44dbaf70543855b94293a7cdb00ae30e77bc63d5 Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Fri, 2 Feb 2024 10:30:16 +0100 Subject: [PATCH] translations: added compilemessages cmd in run script --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 5bb5b76..66e42ce 100755 --- a/run.sh +++ b/run.sh @@ -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