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
pip install django-umsebenzi
- 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