bundesdata_web_app/app/django-entrypoint.sh

6 lines
131 B
Bash
Raw Normal View History

2019-09-06 10:34:32 +00:00
#!/bin/bash
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput