cabot/bin/build-app
Frank Hamand c741b9765b Remove create superuser management command
As we now have the first time setup page this isn't necessary anymore
2017-03-08 11:52:59 +00:00

6 lines
120 B
Bash
Executable File

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