Skip to main content

Manage votes, electoral votes and delegate counts, the POLITICO way.

Project description

POLITICO

politico-civic-vote

Votes. votes. votes. We got the votes.

Quickstart

  1. Install the app.
$ pip install politico-civic-vote
  1. Add the app to your Django project and configure settings.
INSTALLED_APPS = [
    # ...
    'rest_framework',
    'entity',
    'geography',
    'government',
    'election',
    'vote',
]

Bootstrapping your database

  1. 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.

  2. 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
  1. Run the make command to setup a fresh database.
$ make database
  1. Add a connection URL to example/.env.
DATABASE_URL="postgres://localhost:5432/vote"
  1. Run migrations from the example app.
$ cd example
$ pipenv run python manage.py migrate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

politico-civic-vote-1.0a1.dev6.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

politico_civic_vote-1.0a1.dev6-py2-none-any.whl (15.4 kB view details)

Uploaded Python 2

File details

Details for the file politico-civic-vote-1.0a1.dev6.tar.gz.

File metadata

  • Download URL: politico-civic-vote-1.0a1.dev6.tar.gz
  • Upload date:
  • Size: 7.2 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

Hashes for politico-civic-vote-1.0a1.dev6.tar.gz
Algorithm Hash digest
SHA256 58c96ce9fc0fd17018d51e819da0c8fd0fa94c9bc0d746face4b04d2fd3e7e99
MD5 5e8a21b792030069dd980422321e2560
BLAKE2b-256 e67be58a398b9073166da9c51163220bbd578b82d731f4ea011a3d182b01baab

See more details on using hashes here.

File details

Details for the file politico_civic_vote-1.0a1.dev6-py2-none-any.whl.

File metadata

  • Download URL: politico_civic_vote-1.0a1.dev6-py2-none-any.whl
  • Upload date:
  • Size: 15.4 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

Hashes for politico_civic_vote-1.0a1.dev6-py2-none-any.whl
Algorithm Hash digest
SHA256 a1b964c0c9b5e04cb5e2f4b2b6f5961ca50e9d601054f8167a459bfa436e3da8
MD5 3fc05278c7ac38ea7c03ca503b7b5e6c
BLAKE2b-256 9882e3ef92285ab12470b5acc05f30191dc43c48776cff0503a984720716c69f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page