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
Release history Release notifications | RSS feed
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.16.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file dj_rest_tickets-0.0.16.tar.gz
.
File metadata
- Download URL: dj_rest_tickets-0.0.16.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b847f829842c2d7fa44a3b43a9bcaed196996f0783bf720a178f38a0e98d416c |
|
MD5 | 7f4720a2c721b58c754ec66f9e048b2f |
|
BLAKE2b-256 | 2c1868d05805a433e3e4f606a377d6b0de961c6f3a0ae68baca04334482ab126 |
File details
Details for the file dj_rest_tickets-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: dj_rest_tickets-0.0.16-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39b87defff64dd69f40df28a22f0892c52676aac2e424bcbafacc205025c79e0 |
|
MD5 | 76c2b91a1647639587a7c93c8ae13b2b |
|
BLAKE2b-256 | 87dbcc4c8c626c0e595f5f53e1b50d1b046f8067c820f8e5052796136013e6cc |