Skip to content

Instantly share code, notes, and snippets.

@mikejs
Created July 17, 2009 03:00
Show Gist options
  • Save mikejs/148834 to your computer and use it in GitHub Desktop.
Save mikejs/148834 to your computer and use it in GitHub Desktop.
>>> State.objects.count()
16
>>> Bill.objects.count()
36165
>>> Legislator.objects.count()
1636
>>> Sponsor.objects.count()
155922
>>> Action.objects.count()
367515
>>> Vote.objects.count()
15089
>>> SpecificVote.objects.count()
661130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment