Features
Project description
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
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 django-chaos-features-0.1.0.tar.gz
.
File metadata
- Download URL: django-chaos-features-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00e760a172775dd70a1dc3d127e5f9526fcd4b849744bf9aa1598e77c204866d |
|
MD5 | 357dd64837fa30d59c44cb28890a0866 |
|
BLAKE2b-256 | bebb27690d48f5c76d199d27a72cb205c8cd0c4eec0a8cc0b5461800ebc823cb |
File details
Details for the file django_chaos_features-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_chaos_features-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca9728f9d51f2f8f011da1ae7cc311e16106b75310aa23ff3fd638181ae91977 |
|
MD5 | 5967a89e7fef50a3a9d5729300560e32 |
|
BLAKE2b-256 | 0d73f617dae094457eb58416ec4cbd8605b82368a99f3dd898103a1040fbf64e |