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.17
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.17.tar.gz | 235.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_service-0.3.17-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 469.6 kB
Release files / django_service-0.3.17.tar.gz
| Download URL | django_service-0.3.17.tar.gz |
|---|---|
| Size | 235.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bbc94db5e46cb94196100d376d809468ca489db26de43740bcbd946b5a2ed97
|
|
BLAKE2b-256 checksum How to use checksums |
9ba66f655d791643afdd0c47216ff258343157550b0fd4eb8546746fdfd42bbc
|
| 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.17-py3-none-any.whl
| Download URL | django_service-0.3.17-py3-none-any.whl |
|---|---|
| Size | 233.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c735cb410b86961badaac3e5a783215f81a420fcf3850d30d2c460f5c4fafda9
|
|
BLAKE2b-256 checksum How to use checksums |
d375313f62236a5667cc111f1ac6142939bfc3362be4926695ded0f467439904
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|