bundesdata_web_app/app/django-entrypoint.sh

5 lines
169 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
2020-07-28 12:48:21 +00:00
python manage.py runserver 0.0.0.0:8000