cabot/bin/build-app
2017-03-08 12:43:43 +00:00

6 lines
111 B
Bash
Executable File

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