'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
umsebenzitoINSTALLED_APPS - Umsebenzi uses
DefaultRouterfor 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
CLI
A Command line interface is also available as a separate project
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
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 django_umsebenzi-1.4.0.tar.gz.
File metadata
- Download URL: django_umsebenzi-1.4.0.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ee932e00a21a5ce3a3f48d9ddc2cc75adf9a7ae7df24a2b3097a5d1a09ffd60
|
|
| MD5 |
71793aa0d008a894e85f934aaf4f0c26
|
|
| BLAKE2b-256 |
8ad9868bf2198c62c9cbfda492ca6dd84d5b62d83da71a480b8bd04012d7b881
|
File details
Details for the file django_umsebenzi-1.4.0-py3-none-any.whl.
File metadata
- Download URL: django_umsebenzi-1.4.0-py3-none-any.whl
- Upload date:
- Size: 22.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5454671b90b94a102a8ce9e1d0e3ccdfc16fb5c1d884253a2176c3f26c16de
|
|
| MD5 |
db7e102e4e60b60598a458626428b87a
|
|
| BLAKE2b-256 |
2f96f54980bc7efaa9f8ac351bf030ee040fa7d2d78fb3a75b156fcc010890a5
|