view deploy.sh @ 149:b1c16cd53b62

update django to version 1.11, refactor project structure, better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Tue, 17 Oct 2017 04:11:21 +0200
parents
children 41aaaaf7b7fd
line wrap: on
line source

#!/bin/bash

hg update
mkdir -p static
./manage.py collectstatic
./manage.py makemessages