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