# HG changeset patch # User souliane # Date 1509401858 -3600 # Node ID 41aaaaf7b7fd5b443e5e7d82c8be07026668d71e # Parent b101828faa0e5101fe52ce1b6b4f46384449ce50 update deploy.sh diff -r b101828faa0e -r 41aaaaf7b7fd deploy.sh --- a/deploy.sh Tue Oct 17 22:16:20 2017 +0200 +++ b/deploy.sh Mon Oct 30 23:17:38 2017 +0100 @@ -1,6 +1,6 @@ #!/bin/bash -hg update +hg pull -u mkdir -p static ./manage.py collectstatic -./manage.py makemessages +./manage.py compilemessages