taiga-back/regenerate.sh

9 lines
162 B
Bash
Executable File

#!/bin/bash
dropdb greenmine
createdb greenmine
python manage.py syncdb --migrate --noinput
python manage.py loaddata initial_user
python manage.py sample_data