cabot/setup_dev.sh

4 lines
85 B
Bash
Executable File

#!/bin/bash
foreman run python manage.py syncdb
foreman run python manage.py migrate