A reusable Django app for XYZ functionality
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.17.tar.gz
(15.8 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.17.tar.gz.
File metadata
- Download URL: dj_rest_tickets-0.0.17.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7020e691c24b68ac2d903089e71bc7e3ed322f022a162354aedecf53ab0b7274
|
|
| MD5 |
03513879e069c4d070ce0208766ebbe9
|
|
| BLAKE2b-256 |
d346772c8de14f9b1e15455ef48e1d5a1e73cbd2ae706f238636e218a1d0ffc5
|
File details
Details for the file dj_rest_tickets-0.0.17-py3-none-any.whl.
File metadata
- Download URL: dj_rest_tickets-0.0.17-py3-none-any.whl
- Upload date:
- Size: 25.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe711b0302bedf82f8d2e21cf6ef3c533f74a9b0f06b375426a46d3b42e58746
|
|
| MD5 |
de28b089d3f7ed417c98259436907f32
|
|
| BLAKE2b-256 |
605139acbe63ba18815f21e259cf9f6ee2c911eeca384cd1767cb87a3c0a7593
|