makedb.sh for testing

This commit is contained in:
James Turk 2012-05-28 13:21:20 -04:00
parent ba2857d370
commit 472626b397

4
makedb.sh Normal file
View File

@ -0,0 +1,4 @@
rm fowl.db
./manage.py syncdb
./manage.py loaddata testdata
echo "%run setup_league.py" | ./manage.py shell