datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Remove redundant code #177

Closed evz closed 6 years ago

evz commented 6 years ago

It looks like we were downloading the ocd data for the main governing body in our councilmatics twice. This removes that redundant code.

reginafcompton commented 6 years ago

Looks ready to merge. APPROVED!

evz commented 6 years ago

It turns out that since we are searching by jurisdiction ID for relevant organizations, we will end up getting all of the related organizations for free. So, we no longer need to specifically load the "main" organization for the councilmatic instance.