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
File details
Details for the file django-chaos-tickets-0.1.0.tar.gz
.
File metadata
- Download URL: django-chaos-tickets-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34e0d7751cba45805958edf2ebfbed74521df1e9769fb62a05127944aa7e6684 |
|
MD5 | c98294de26241ed468996e368632ee31 |
|
BLAKE2b-256 | 971ea25e890576b71fbd318c134d856a269894a9535802a2e343562748fde9ad |
File details
Details for the file django_chaos_tickets-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_chaos_tickets-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7dbd42afbf9384a1bde7c99439b1ef5818e0b3d437dfb139fbf0f07901cd654 |
|
MD5 | 6498fa15af0524652f311ecc153db488 |
|
BLAKE2b-256 | f85198276caadf3d36d549da17794583371527dcbc74c45ebea28104e9b3b829 |