#!/bin/sh
set -e
python manage.py syncdb --noinput
python manage.py collectstatic --noinput
# python manage.py compress