wevote / WeVoteServer

We Vote's API application server written in Django/Python. Election data pulled from many sources, used by https://github.com/wevote/WebApp and https://github.com/wevote/WeVoteCordova and https://github.com/wevote/Campaigns.
https://api.wevoteusa.org
MIT License
50 stars 470 forks source link

[WV-766] Errors encountered after syncing data #2789

Open itcreativeusa opened 1 week ago

itcreativeusa commented 1 week ago

1) Added '%Y%m%d'instead of DATE_FORMAT_YMD views_admin.py 2) Added argument self to def process_exception candidate/views_admin.py 3)Updated office_held_summary URL pattern to accept numeric IDs, added[0-9] office_held/urls.py