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
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.20.tar.gz.
File metadata
- Download URL: dj_rest_tickets-0.0.20.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7fecdc7555ba03948a10306d9dbf2118a1838c5d25818b45ef211414b46f63f
|
|
| MD5 |
e686ec2868b00b29cb51a16c615a99a9
|
|
| BLAKE2b-256 |
70a10f8ed07d34b76a6469b5262653c487891156a6d6f0f68d81945e0158b9e1
|
File details
Details for the file dj_rest_tickets-0.0.20-py3-none-any.whl.
File metadata
- Download URL: dj_rest_tickets-0.0.20-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8676411ff914ffba27950e22abaee4c53d06faa6f91cae06294a2b5219754243
|
|
| MD5 |
37d3cf81eb928c592cbc053cea286786
|
|
| BLAKE2b-256 |
2273c6543c7339eec94ece080dc19f3235a5454e832c4c273d9b30738eea3bf5
|