django-calaccess-campaign-browser
django-calaccess-campaign-browser copied to clipboard
A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
This existing “campaign browser” UI will be split to its own dedicated repository that treats “processed-data” as a dependency
(Arose out of [ticket 1186](https://github.com/california-civic-data-coalition/django-calaccess-raw-data/issues/1186) in the raw-data repo...) Our code is currently only compatible with Django 1.7, which is especially problematic given that, as of v0.2.0, the [raw-data app](https://github.com/california-civic-data-coalition/django-calaccess-raw-data)...
MySQL-specific syntax and settings are used in `loadcalaccesscampaignfilings` and `flushcalaccesscampaignbrowser` management commands. The following settings variables are specific to MySQL and so throw a syntax error on other database systems....
**Form 496** holds independent expenditures (not to be confused with expenditures recorded in the ExpnCd table). From CAL-Access: > An “independent expenditure” is an expenditure made in connection with a...
An example would be the US Bank credit card payments made by Fabian Nunez.
- [ ] Return first-time donors giving a large amount - [ ] Return donors with working class occupations giving a large amount
I have not working with the view stuff in django yet. This seems to be needed. The filers list is long and there are many filers that are obviously not...