Parcourir la source

First compile messages

Johannes Zellner il y a 8 ans
Parent
commit
aa6219f7b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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