瀏覽代碼

First compile messages

Johannes Zellner 8 年之前
父節點
當前提交
aa6219f7b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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