datamade / django-councilmatic

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

import_data: do not update the shapes with every import #145

Closed reginafcompton closed 6 years ago

reginafcompton commented 6 years ago

We do not need to import shapes for every import data run:

https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/management/commands/import_data.py#L3039

reginafcompton commented 6 years ago

In lieu of this solution, we wrote a method to check the response, before importing data. PR #146