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