politico-civic-utils 0.0.6
pip install politico-civic-utils==0.0.6
Released:
Shared utilities for POLITICO Civic apps
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: POLITICO interactive news
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
politico-civic-utils
Quickstart
- Install the app.
$ pip install politico-civic-utils
- Add the app to your Django project and configure settings.
INSTALLED_APPS = [
# ...
'rest_framework',
'civic_utils',
]
#########################
# civic_utils settings
CIVIC_UTILS_SECRET_KEY = ''
CIVIC_UTILS_AWS_ACCESS_KEY_ID = ''
CIVIC_UTILS_AWS_SECRET_ACCESS_KEY = ''
CIVIC_UTILS_AWS_REGION = ''
CIVIC_UTILS_AWS_S3_BUCKET = ''
CIVIC_UTILS_CLOUDFRONT_ALTERNATE_DOMAIN = ''
CIVIC_UTILS_S3_UPLOAD_ROOT = ''
Developing
Running a development server
Developing python files? Move into example directory and run the development server with pipenv.
$ cd example
$ pipenv run python manage.py runserver
Developing static assets? Move into the pluggable app's staticapp directory and start the node development server, which will automatically proxy Django's development server.
$ cd civic_utils/staticapp
$ gulp
Want to not worry about it? Use the shortcut make command.
$ make dev
Setting up a PostgreSQL database
- Run the make command to setup a fresh database.
$ make database
- Add a connection URL to the
.envfile.
DATABASE_URL="postgres://localhost:5432/civic_utils"
- Run migrations from the example app.
$ cd example
$ pipenv run python manage.py migrate
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: POLITICO interactive news
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters https://pypi.org/project/politico-civic-utils/0.0.6/#files
Showing 1 of 1 file.
File details
Details for the file politico-civic-utils-0.0.6.tar.gz.
File metadata
- Download URL: politico-civic-utils-0.0.6.tar.gz
- Upload date:
- Size: 19.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6840e318d0a960dd73ae22a9bdccd81f6f13e8f21b6f94f7fed157b588caa2a9
|
|
| MD5 |
b889d67726e8ac092256e8d67aeef10c
|
|
| BLAKE2b-256 |
9077ff8d007320520c1a07f2549fb936999bee89aff67c62f5453a8eeb0965f4
|
File details
Details for the file politico_civic_utils-0.0.6-py3-none-any.whl.
File metadata
- Download URL: politico_civic_utils-0.0.6-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- 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 |
e4bc0cca35c55389fa01b674774457aca463f6240192efe3a66c36b1ac47cda3
|
|
| MD5 |
cbf8271439552b4a9d5e932506dcbb20
|
|
| BLAKE2b-256 |
409e152ca987a694a14c74092857531edafc2b79484676e4ed4398b764d61b3d
|