-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add campaign contributions to person detail #421
Conversation
Created a Google Sheet with alder metadata that I can export https://docs.google.com/spreadsheets/d/1f2hbjnvkqD6QYjjPZ4yxBunLS9k7t2Y1cyCP9E9V4ns/edit#gid=0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we should be handling this a management command instead of loading the file in each time, but it's an improvement of the status quo.
Adds a searchable table of campaign contributions to each Alder on their detail page.
This PR includes:
candidate_id
from IL Board of Elections for each Alderutils.py
ChicagoPerson
model code to access new metadatadjango-haystack[elasticsearch]
to v3.2.1 to handle a recently introduced build errorTesting