opencivicdata / python-opencivicdata

python utilities for Open Civic Data
BSD 3-Clause "New" or "Revised" License
34 stars 28 forks source link

Add extras columns to bill versions and vote events. #118

Closed jmcarp closed 6 years ago

jmcarp commented 6 years ago
jmcarp commented 6 years ago

WDYT @jamesturk ? Am I missing a migration or something?

jamesturk commented 6 years ago

Yep, generating this is a little tricky but you should be able to do something like

django-admin --settings=pupa.settings makemigrations

On Wed, Jun 13, 2018 at 11:32 PM, Joshua Carp notifications@github.com wrote:

WDYT @jamesturk https://github.com/jamesturk ? Am I missing a migration or something?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/opencivicdata/python-opencivicdata/pull/118#issuecomment-397159410, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAfYlJJOhVM1GdtzXlc1J7O1c5ff4oSks5t8dlTgaJpZM4UlhZE .

jmcarp commented 6 years ago

@jamesturk: not sure why tests are failing now, but it looks unrelated to this change--apparently we're installing an older version of pytest that conflicts with pytest-django, but I'm not sure why. Any chance travis is caching dependencies?

jamesturk commented 6 years ago

I think the pre-installed py.test just wasn't being upgraded, I pinned the requirement to the latest pytest for now