django-fobi/scripts/migrate.sh
2018-08-10 23:00:17 +02:00

3 lines
66 B
Bash
Executable file

#!/usr/bin/env bash
cd examples/simple/
./manage.py migrate "$@"