bundesdata_web_app/app/django-entrypoint.sh
2019-09-06 12:34:32 +02:00

6 lines
131 B
Bash
Executable File

#!/bin/bash
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput