Explorar el Código

First compile messages

Johannes Zellner hace 8 años
padre
commit
aa6219f7b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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