Update migration script to re-compile translation strings

This commit is contained in:
Oliver Walters 2019-09-26 09:58:50 +10:00
parent 37e9bd8d9b
commit 0ae2fd9246

View File

@ -15,6 +15,8 @@ migrate:
cd InvenTree && python3 manage.py migrate
cd InvenTree && python3 manage.py migrate --run-syncdb
cd InvenTree && python3 manage.py check
cd InvenTree && python3 manage.py makemessages
cd InvenTree && python3 manage.py compilemessages
# Collect static files into the correct locations
static: