Browse Source

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

Camille Masset 9 years ago
parent
commit
0065fbc85f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deploy.sh

+ 2 - 0
deploy.sh

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