8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python manage.py collectstatic
|
|
|
|
python manage.py flush --no-input
|
|
python manage.py migrate
|
|
|
|
exec "$@" |