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