Manage votes, electoral votes and delegate counts, the POLITICO way.
Project description
politico-civic-vote
Votes. votes. votes. We got the votes.
Quickstart
- Install the app.
$ pip install politico-civic-vote
- Add the app to your Django project and configure settings.
INSTALLED_APPS = [
# ...
'rest_framework',
'entity',
'geography',
'government',
'election',
'vote',
]
Bootstrapping your database
-
Ensure
PROPUBLICA_CONGRESS_API_KEY
is exported into your environment. If you don't have an API key for the ProPublica Congress API, you can request one here. -
Bootstrap the database.
$ python manage.py bootstrap_vote
Developing
Running a development server
Move into the example directory, install dependencies and run the development server with pipenv.
$ cd example
$ pipenv install
$ pipenv run python manage.py runserver
Setting up a PostgreSQL database
- Run the make command to setup a fresh database.
$ make database
- Add a connection URL to
example/.env
.
DATABASE_URL="postgres://localhost:5432/vote"
- Run migrations from the example app.
$ cd example
$ pipenv run python manage.py migrate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file politico-civic-vote-1.0a1.dev1.tar.gz
.
File metadata
- Download URL: politico-civic-vote-1.0a1.dev1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae1e121f05531759c4a799e7bc96017cc6443a79424d7681b01dfc856072e09f |
|
MD5 | f87d490916d96786ec410499c1fcfd44 |
|
BLAKE2b-256 | 0ba95e0eb5bf28bd61bc3a0fd759d6a7a233f07408152bd66d7108a2c9d9240d |
File details
Details for the file politico_civic_vote-1.0a1.dev1-py2-none-any.whl
.
File metadata
- Download URL: politico_civic_vote-1.0a1.dev1-py2-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e69ca47a1d7c2273c34f397aa7c713f3178855f85b766c4b8d0effaf7bf95d6d |
|
MD5 | 8719ad123205035db72f148b632a6025 |
|
BLAKE2b-256 | 592ddcde48738623f6458c16658c182b6e5130006b33b77f82f3db7195bfc154 |