Skip to content

Instantly share code, notes, and snippets.

@deanohyeah
Last active December 20, 2015 14:09
Show Gist options
  • Save deanohyeah/6144531 to your computer and use it in GitHub Desktop.
Save deanohyeah/6144531 to your computer and use it in GitHub Desktop.
Merge results into master
git push <app remote> master
heroku run bash --app <app-name>
python seatimes/manage.py syncdb
python seatimes/manage.py migrate people 0001 --fake
python seatimes/manage.py migrate legislators 0001 --fake
python seatimes/manage.py migrate elections 0001 --fake
python seatimes/manage.py migrate people
python seatimes/manage.py migrate legislators
python seatimes/manage.py migrate elections
In admin:
select election and change race type to primary
save
go to legislators>position>mayor
add locations with a county of king
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment