view deploy.sh @ 153:d9adc73fcd12

quick fix for posting form
author souliane <souliane@mailoo.org>
date Mon, 30 Oct 2017 23:59:14 +0100
parents 1801236f27f0
children 87382593e514
line wrap: on
line source

#!/bin/bash

hg pull -u
chown -R www-data:www-data .
mkdir -p static
./manage.py collectstatic
./manage.py compilemessages
./manage.py migrate