Mini ticket management system
Project description
Welcome to our library | dj-rest-tickets
dj-rest-tickets is a library use DRF to give you EndPoints for :
- send tickets with obervers
- follow proccess of resolve tickets
- give admins control
- make communication good into users
Get started
pip install dj-rest-tickets
add to your settings :
INSTALLED_APPS = [
...,
'dj_rest_tickets',
'dj_rest_tickets.tickets',
'rest_framework', # just for drf api interface
]
than add urls :
path('tickets/', include('dj_rest_tickets.urls')),
future features:
- mailing
- roles
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
dj_rest_tickets-0.0.19.tar.gz
(27.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj_rest_tickets-0.0.19.tar.gz.
File metadata
- Download URL: dj_rest_tickets-0.0.19.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.3 Linux/6.8.0-47-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae775d5b7815eb619e19c0bedc5baa4bc0360e88dfc6a443de2143455e00790f
|
|
| MD5 |
1926717c603b8275a6f22e2e7eb91bc1
|
|
| BLAKE2b-256 |
aabcee35040254e2c943629ea1d7069303eba35be6e573e2f56f95316d6ef9f3
|
File details
Details for the file dj_rest_tickets-0.0.19-py3-none-any.whl.
File metadata
- Download URL: dj_rest_tickets-0.0.19-py3-none-any.whl
- Upload date:
- Size: 49.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.3 Linux/6.8.0-47-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1d3a16acc603f758064f15e96f4b480cf9fa9cc92fd71793e3e4dbf21e8c87c
|
|
| MD5 |
6395a7747432f88eebefe888a6bfec4e
|
|
| BLAKE2b-256 |
d39de073eaf295ff09f583dbf55bb9f3a351d59748902316e35220c4b5de4295
|