This app is inspired by the schema defined in the Voter Information Project in order to provide ballot data for California.
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
And open your browser to http://localhost:8000