bundesdata_web_app/app/django-entrypoint.sh

5 lines
169 B
Bash
Raw Normal View History

2019-09-06 12:34:32 +02:00
#!/bin/bash
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput
2020-07-28 14:48:21 +02:00
python manage.py runserver 0.0.0.0:8000