tubearchivist/docker_assets/django-setup.sh

6 lines
125 B
Bash
Executable File

#!/command/with-contenv bash
. $(dirname "$0")/base.sh
python manage.py migrate
python manage.py collectstatic --noinput -c