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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_service-0.3.4.tar.gz
(198.5 kB
view details)
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_service-0.3.4.tar.gz.
File metadata
- Download URL: django_service-0.3.4.tar.gz
- Upload date:
- Size: 198.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5c8322f37a84ba48f528e0a85e8fa8807d91d0cb657ec3a1077c481fa483674
|
|
| MD5 |
674e21579221c9127fdffb9a8efe7b84
|
|
| BLAKE2b-256 |
607df778e0b4b9922c3084e7632553afd3365fa463e4c3f3fe7449dfb3c101b9
|
File details
Details for the file django_service-0.3.4-py3-none-any.whl.
File metadata
- Download URL: django_service-0.3.4-py3-none-any.whl
- Upload date:
- Size: 195.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b66fed983b71f1e1c0c6f2fc4a5305bf61431a8bd2ff554f2f7d1dbb31900265
|
|
| MD5 |
2473ae8b4a38eb4a365480c54eb61a49
|
|
| BLAKE2b-256 |
e9323250a6689ea051382c1c2e2dd79d3b46df3c0c62069b49f8606a785318ce
|