Browse Source

First compile messages

Johannes Zellner 8 years ago
parent
commit
aa6219f7b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -21,5 +21,5 @@ pip install taiga-contrib-ldap-auth
 
 echo "run migration scripts"
 cd /app/code/taiga-back
-python manage.py collectstatic --noinput
 python manage.py compilemessages
+python manage.py collectstatic --noinput