django-service 
GitHub

Test

Check Demo Project
- Check the demo repo on GitHub
Requirements
- Python 3.10-3.14 supported.
- Django 4.2 and 5.2 LTS supported.
Setup
- Install from pip:
pip install django-service
- Modify
settings.pyby adding the app toINSTALLED_APPS:INSTALLED_APPS = ( # ... "services", # ... )
- Finally, modify your project
urls.pywith handlers for all errors:# ...other imports... urlpatterns = [ # ...other urls... ]
- Execute Django's command
migrateinside your project's root:python manage.py migrate Running migrations: Applying services.0001_initial... OK
Run Example Project
git clone --depth=50 --branch=django-service https://github.com/DLRSP/example.git DLRSP/example
cd DLRSP/example
python manage.py runserver
Now browser the app @ http://127.0.0.1:8000
Release files for django-service 0.3.18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_service-0.3.18.tar.gz | 235.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_service-0.3.18-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 469.5 kB
Release files / django_service-0.3.18.tar.gz
| Download URL | django_service-0.3.18.tar.gz |
|---|---|
| Size | 235.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
38734394a0abd01bf94971a241549931d2024baf60e0e037056737507b10552a
|
|
BLAKE2b-256 checksum How to use checksums |
51d4f0d34999755a689dc1d307196f181696459b164452390440a19e209d1623
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / django_service-0.3.18-py3-none-any.whl
| Download URL | django_service-0.3.18-py3-none-any.whl |
|---|---|
| Size | 233.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3663f23b562d12cb63a44bfe737555c535120d6425e868d1be7a2c5acb8ceada
|
|
BLAKE2b-256 checksum How to use checksums |
13e355a7a6c0527c214344ec073e081fa2c5f09661fa95e13e7954e11291894e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|