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.
Release files for django-chaos-features 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-chaos-features-0.1.0.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_chaos_features-0.1.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 11.1 kB
Release files / django-chaos-features-0.1.0.tar.gz
| Download URL | django-chaos-features-0.1.0.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
00e760a172775dd70a1dc3d127e5f9526fcd4b849744bf9aa1598e77c204866d
|
|
BLAKE2b-256 checksum How to use checksums |
bebb27690d48f5c76d199d27a72cb205c8cd0c4eec0a8cc0b5461800ebc823cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_chaos_features-0.1.0-py2.py3-none-any.whl
| Download URL | django_chaos_features-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ca9728f9d51f2f8f011da1ae7cc311e16106b75310aa23ff3fd638181ae91977
|
|
BLAKE2b-256 checksum How to use checksums |
0d73f617dae094457eb58416ec4cbd8605b82368a99f3dd898103a1040fbf64e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |