Sfoglia il codice sorgente

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

Camille Masset 9 anni fa
parent
commit
0065fbc85f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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