django-chaos 3.0.2
pip install django-chaos
Latest version
Released:
Chaos is a project that you can use to do project management
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (MIT)
- Author: George Silva
- Tags django-chaos
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
=============================
Django Chaos
=============================
.. image:: https://gitlab.sigmageosistemas.com.br/dev/django-chaos/badges/master/coverage.svg
.. image:: https://gitlab.sigmageosistemas.com.br/dev/django-chaos/badges/master/pipeline.svg
.. image:: https://readthedocs.org/projects/django-chaos/badge/?version=latest
Project to do project management with a gantt chart.
Documentation
-------------
The full documentation is at https://django-chaos.readthedocs.io.
Quickstart
----------
Install Django Chaos::
pip install django-chaos
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'chaos.apps.ChaosConfig',
...
)
Add Django Chaos's URL patterns:
.. code-block:: python
from chaos import urls as chaos_urls
urlpatterns = [
...
url(r'^', include(chaos_urls)),
...
]
Features
--------
* TODO
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) tox
Credits
-------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.0 (2017-10-09)
++++++++++++++++++
* First release on PyPI.
Django Chaos
=============================
.. image:: https://gitlab.sigmageosistemas.com.br/dev/django-chaos/badges/master/coverage.svg
.. image:: https://gitlab.sigmageosistemas.com.br/dev/django-chaos/badges/master/pipeline.svg
.. image:: https://readthedocs.org/projects/django-chaos/badge/?version=latest
Project to do project management with a gantt chart.
Documentation
-------------
The full documentation is at https://django-chaos.readthedocs.io.
Quickstart
----------
Install Django Chaos::
pip install django-chaos
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'chaos.apps.ChaosConfig',
...
)
Add Django Chaos's URL patterns:
.. code-block:: python
from chaos import urls as chaos_urls
urlpatterns = [
...
url(r'^', include(chaos_urls)),
...
]
Features
--------
* TODO
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv)
Credits
-------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.0 (2017-10-09)
++++++++++++++++++
* First release on PyPI.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (MIT)
- Author: George Silva
- Tags django-chaos
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
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-3.0.2.tar.gz
.
File metadata
- Download URL: django-chaos-3.0.2.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82740acc7e3209a9c63c701a5186e0216550efe34000d720ca289b4b0b34b2e6 |
|
MD5 | 5ea23ed7b27f64c1cdabae10e7cc03ac |
|
BLAKE2b-256 | fdaaa701755887626a7e212760eb273462b02a8b58aa1d837a9f2f30e7c29896 |
File details
Details for the file django_chaos-3.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_chaos-3.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71ac278070e30b02e09399a3c9d84c87fdbede67eaa57218c7135a5d7095414a |
|
MD5 | 5e991dfd45a19ac64ac22c28669709a1 |
|
BLAKE2b-256 | 34546a2ad1e8803153953cbef580232f2ee1acf8ff908d7cdd06e28f0bc72cd7 |