ソースを参照

Merge branch 'master' of github.com:denismerigoux/seum-counter

Camille Masset 9 年 前
コミット
0065fbc85f
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      deploy.sh

+ 2 - 0
deploy.sh

@@ -1,2 +1,4 @@
1 1
 git pull
2
+source env/bin/activate
3
+python manage.py compilemessages > /dev/null
2 4
 sudo service apache2 reload