소스 검색

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