Skip to main content

Reusable django application providing a generic support ticket system

Project description

django-tickets
==============

Reusable django application providing a generic support ticket system.

## Installation

If you want to install the latest stable release from PyPi:

$ pip install django-tickets

If you want to install the latest development version from GitHub:

$ pip install -e git://github.com/byteweaver/django-tickets#egg=django-tickets

Add `tickets` to your `INSTALLED_APPS`:

INSTALLED_APPS = (
...
'tickets',
...
)

Hook this app into your ``urls.py``:

urlpatterns = patterns('',
...
url(r'^tickets/', include('tickets.urls', namespace='tickets')),
...
)

## Tests

To run the test cases simply call:

$ make tests

or use tox test runner:

$ tox

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-tickets-0.3.0.tar.gz (11.8 kB view details)

Uploaded Source

File details

Details for the file django-tickets-0.3.0.tar.gz.

File metadata

File hashes

Hashes for django-tickets-0.3.0.tar.gz
Algorithm Hash digest
SHA256 13bb5291bf8801b06e2808d0a5412ca22816a173c87fcd16e136ddc2c3825656
MD5 bb1183c3310e0493b98d4f083eee04b0
BLAKE2b-256 383ee1fb480910c286debefd4bbddc157faaaaf3fa680d6c8f7a03c3bf9e0ca3

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