Ticketing system from Django and Django Chaos
Project description
Ticketing system from Django and Django Chaos
Documentation
The full documentation is at https://django-chaos-tickets.readthedocs.io.
Quickstart
Install Django Chaos Tickets:
pip install django-chaos-tickets
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'chaos_tickets.apps.ChaosTicketsConfig',
...
)
Add Django Chaos Tickets’s URL patterns:
from chaos_tickets import urls as chaos_tickets_urls
urlpatterns = [
...
url(r'^', include(chaos_tickets_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 (2017-10-27)
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
Close
Hashes for django-chaos-tickets-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34e0d7751cba45805958edf2ebfbed74521df1e9769fb62a05127944aa7e6684 |
|
MD5 | c98294de26241ed468996e368632ee31 |
|
BLAKE2b-256 | 971ea25e890576b71fbd318c134d856a269894a9535802a2e343562748fde9ad |
Close
Hashes for django_chaos_tickets-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7dbd42afbf9384a1bde7c99439b1ef5818e0b3d437dfb139fbf0f07901cd654 |
|
MD5 | 6498fa15af0524652f311ecc153db488 |
|
BLAKE2b-256 | f85198276caadf3d36d549da17794583371527dcbc74c45ebea28104e9b3b829 |