datamade / django-councilmatic

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

Clear bill subjects when importing data #244

Closed hancush closed 5 years ago

hancush commented 5 years ago

In the spirit of https://github.com/datamade/django-councilmatic/pull/140, this PR forgoes the raw/change/new ETL sequence and simply deletes all subjects for a given bill before importing new ones. This ensures that stale subjects are removed from bills, and closes #236.