datamade / django-councilmatic

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

Check for nested values in agenda items Dict using #209

Closed reginafcompton closed 6 years ago

reginafcompton commented 6 years ago

@evz - Metro agenda items do not include an "extras" field (e.g., https://ocd.datamade.us/ocd-event/4ebaeaa8-22d7-40df-bf4b-a9d4302ecd82/). This change avoids annoying kay value errors.

fgregg commented 6 years ago

This seems like it's an issue with your version of pupa? The OCD objects should have both an notes field and an extras field, whether or not they are used.