1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/scripts/migrate

8 lines
127 B
Text
Raw Normal View History

2016-11-22 21:50:21 +00:00
#!/usr/bin/env bash
set -e
export PATH=env/bin:${PATH}
honcho --app-root environment --env env run python manage.py migrate