Run compilemessages when deploying to Heroku

This commit is contained in:
Bruno Alla 2023-05-31 11:00:20 +01:00
parent c88ff2e18f
commit 7d39b56749
No known key found for this signature in database

View File

@ -20,3 +20,4 @@ then
python manage.py compress
fi
python manage.py collectstatic --noinput
python manage.py compilemessages --noinput