nprapps / elections18-general

2018 midterm election back-end: Associated Press data ETL, database, admin panel, and JSON output; iteration upon 2016 GE work
MIT License
3 stars 1 forks source link

Ballot measures not being baked into JSON files #16

Closed mileswwatkins closed 6 years ago

mileswwatkins commented 6 years ago

The ballot measures do appear to be in the database, but don't appear to be selected by the peewee query (known by checking len(results) in _serialize_by_key() in fabfile/render.py).