datamade / django-councilmatic

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

Capture agenda extras #208

Closed evz closed 6 years ago

evz commented 6 years ago

Sometimes we need the plain_text from the extras field in the event agenda items. This PR creates a field to put that into and then makes sure we actually grab it when we run the import. This requires that https://github.com/datamade/imago/pull/3 be merged and deployed.

evz commented 6 years ago

@hancush I added one small commit

hancush commented 6 years ago

still looks good to me! my kingdom for a git diff that shows you the context where a new variable is used, without having to hit expand 400 times.