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.18.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.18.tar.gz.
File metadata
- Download URL: dj_rest_tickets-0.0.18.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 |
47611a684b5adcbff91c3ab31c985c52f7bba5ed9459e67b45686827d7673527
|
|
| MD5 |
f4396d8d6bc7d910ba925c3e36ba4cf9
|
|
| BLAKE2b-256 |
2f67804e95a638e85aac7d2540d39e60cdc5f78ebbd31a2ad85380e4fa15c404
|
File details
Details for the file dj_rest_tickets-0.0.18-py3-none-any.whl.
File metadata
- Download URL: dj_rest_tickets-0.0.18-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 |
cf422bf50a9c554506a0980ee1914b5ccd8aa6f2a8c9a58c88bcdbc29325b98a
|
|
| MD5 |
00627c3012f9109097b4b0a20fa80d21
|
|
| BLAKE2b-256 |
99a7470c4419624fb1b9bbdb223e87ec3c6ec074de10d4012e98bd773629237f
|