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 413 forks source link

Update/wv 315 apply date format constants TEAM REVIEW #2631

Closed pbnjcub closed 1 month ago

pbnjcub commented 1 month ago

Completed application of date format constants.

DaleMcGrew commented 1 month ago

Great work @pbnjcub! Please note that Python asks for two spaces before "#" comment, so that would be a good upgrade in your next pull request, in addition to added a "constants.py" file that can be included in both the functions.py and functions_date.py file. 👍