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.25
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.25.tar.gz | 39.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_service-0.3.25-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 156.7 kB
Release files / django_service-0.3.25.tar.gz
| Download URL | django_service-0.3.25.tar.gz |
|---|---|
| Size | 39.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8439e4e128c1b5062866d373edd4e097b9fff3178bb3a4fafd82d7103c1c8510
|
|
BLAKE2b-256 checksum How to use checksums |
c1201b68819aa2a425bf342f30309b63121df460e8270dee98f494203ab1162b
|
| 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.25-py3-none-any.whl
| Download URL | django_service-0.3.25-py3-none-any.whl |
|---|---|
| Size | 117.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3fc1f2d2f8f9144a595c0d99acb1707929de2db09aa26e8fe43b180db12fc71c
|
|
BLAKE2b-256 checksum How to use checksums |
c4ab1e13cbffb47b2176e04cb89529d6f9f2483032608335cf20291fead5caaa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|