#!/usr/bin/env bash

python manage.py collectstatic --noinput
python manage.py compilemessages -i site-packages
