No project description provided
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_tickets-0.1.0.tar.gz
(43.7 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_tickets-0.1.0.tar.gz.
File metadata
- Download URL: dj_tickets-0.1.0.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.3 Linux/6.8.0-52-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0250c73b67a61a5527b992d3a139ac8387ff29e27bb33a905e6768908477f53c
|
|
| MD5 |
2c033369541d7b11bfc922e45f4cc192
|
|
| BLAKE2b-256 |
48106766a6605940ff839dd4152e0572d9577e6490864ed502ebd9591571c160
|
File details
Details for the file dj_tickets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dj_tickets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 77.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.3 Linux/6.8.0-52-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eaf66f6147e0ec8d1c8b3110ce8c7fe0f556e35347b46074846cb324808d4e5
|
|
| MD5 |
2224378d63785510e86ce8857537970c
|
|
| BLAKE2b-256 |
20a9b76c39db4a16d82197633398b8f60f2bae165235ece24393b4400cd6e09e
|