makedb.sh for testing
This commit is contained in:
parent
ba2857d370
commit
472626b397
1 changed files with 4 additions and 0 deletions
4
makedb.sh
Normal file
4
makedb.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
rm fowl.db
|
||||
./manage.py syncdb
|
||||
./manage.py loaddata testdata
|
||||
echo "%run setup_league.py" | ./manage.py shell
|
Loading…
Reference in a new issue