7 lines
144 B
Bash
7 lines
144 B
Bash
#!/bin/bash -x
|
|
|
|
python manage.py collectstatic --noinput
|
|
python manage.py makemigrations --noinput
|
|
python manage.py migrate --noinput
|
|
exec "$@"
|