Skip to main content

Features

Project description

https://badge.fury.io/py/django-chaos-features.svg https://travis-ci.org/george-silva/django-chaos-features.svg?branch=master https://codecov.io/gh/george-silva/django-chaos-features/branch/master/graph/badge.svg

Features

Documentation

The full documentation is at https://django-chaos-features.readthedocs.io.

Quickstart

Install Django Chaos Features:

pip install django-chaos-features

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'chaos_features.apps.ChaosFeaturesConfig',
    ...
)

Add Django Chaos Features’s URL patterns:

from chaos_features import urls as chaos_features_urls


urlpatterns = [
    ...
    url(r'^', include(chaos_features_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2018-05-15)

  • First release on PyPI.

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

django-chaos-features-0.1.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

django_chaos_features-0.1.0-py2.py3-none-any.whl (5.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-chaos-features-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-chaos-features-0.1.0.tar.gz
Algorithm Hash digest
SHA256 00e760a172775dd70a1dc3d127e5f9526fcd4b849744bf9aa1598e77c204866d
MD5 357dd64837fa30d59c44cb28890a0866
BLAKE2b-256 bebb27690d48f5c76d199d27a72cb205c8cd0c4eec0a8cc0b5461800ebc823cb

See more details on using hashes here.

File details

Details for the file django_chaos_features-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_chaos_features-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ca9728f9d51f2f8f011da1ae7cc311e16106b75310aa23ff3fd638181ae91977
MD5 5967a89e7fef50a3a9d5729300560e32
BLAKE2b-256 0d73f617dae094457eb58416ec4cbd8605b82368a99f3dd898103a1040fbf64e

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