7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
python manage.py wait_for_db $1
|
|
|
|
python manage.py migrate $1
|