Skip to main content

Ticketing system from Django and Django Chaos

Project description

https://badge.fury.io/py/django-chaos-tickets.svg https://travis-ci.org/george-silva/django-chaos-tickets.svg?branch=master https://codecov.io/gh/george-silva/django-chaos-tickets/branch/master/graph/badge.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-chaos-tickets-0.1.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

django_chaos_tickets-0.1.0-py2.py3-none-any.whl (5.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-chaos-tickets-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-chaos-tickets-0.1.0.tar.gz
Algorithm Hash digest
SHA256 34e0d7751cba45805958edf2ebfbed74521df1e9769fb62a05127944aa7e6684
MD5 c98294de26241ed468996e368632ee31
BLAKE2b-256 971ea25e890576b71fbd318c134d856a269894a9535802a2e343562748fde9ad

See more details on using hashes here.

File details

Details for the file django_chaos_tickets-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_chaos_tickets-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b7dbd42afbf9384a1bde7c99439b1ef5818e0b3d437dfb139fbf0f07901cd654
MD5 6498fa15af0524652f311ecc153db488
BLAKE2b-256 f85198276caadf3d36d549da17794583371527dcbc74c45ebea28104e9b3b829

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page