'A set of django rest apis to manage your personal projects and tasks'
Project description
Django-Umsebenzi
Umsebenzi, which means work in the Zulu language, is a set of simple Django REST apis to manage and keep track of your personal projects and tasks.
It consists of 2 Endpoints:
- Projects
- Tasks
Installation
pip install django-umsebenzi
Setup
- Add the app
umsebenzi
toINSTALLED_APPS
- Umsebenzi uses
DefaultRouter
for its urls. To add it to your main router in your project:
from umsebenzi.urls import router as umsebenzi_router
main_router.registry.extend(umsebenzi_router.registry)
Once the urls are connected you will be to view docs if you have the swagger tool for api documentation There are some examples below to see some of the data that can be created
Docs
OpenAPI Endpoints
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
django_umsebenzi-1.2.2.tar.gz
(20.8 kB
view details)
Built Distribution
File details
Details for the file django_umsebenzi-1.2.2.tar.gz
.
File metadata
- Download URL: django_umsebenzi-1.2.2.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 280c3577e599c2f909b78b27c4aa320e096635d5defcbc11101ff3d10935009e |
|
MD5 | 227fad44a9be5a683c096e9545560276 |
|
BLAKE2b-256 | 93b140d36e807a1c99104073bbc73a7839e32e619b89d933eca3d26a8a0dff98 |
File details
Details for the file django_umsebenzi-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: django_umsebenzi-1.2.2-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b79e3b6dfefb69873e6602757a532277a4c47c5d933a50515e5bb091160aadf4 |
|
MD5 | 0185ddbb320424afa20a3f53e0914700 |
|
BLAKE2b-256 | 67dea380a9b039e99d54743cc314d9b7b9f69e3325aa20e91d03f5c7a83ed24d |