datamade / django-councilmatic

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

silently swallow a couple errors instead of crashing the site. #291

Open NateV opened 1 month ago

NateV commented 1 month ago

Silently swallow a couple of errors if data were incorrectly scraped. There's nothing to show, so lets show the user nothing instead of crashing the site.

I don't know if this is helpful, but in case it is, these were useful tweaks for me. I found it more convenient to have the site show what data it has, instead of crashing on an unexpectedly missing value.