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.2.tar.gz
(198.4 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.2.tar.gz.
File metadata
- Download URL: django_service-0.3.2.tar.gz
- Upload date:
- Size: 198.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48cd373ae29ac619fe850627cd9edb435da0b3292f1a4993d8324f4f136e5a6d
|
|
| MD5 |
b3bfd71c730b163f4e900fb4657cb058
|
|
| BLAKE2b-256 |
7b1d0f2877a4bb223c21dee145955557a239b0dca405f817b3b14d746e3be863
|
File details
Details for the file django_service-0.3.2-py3-none-any.whl.
File metadata
- Download URL: django_service-0.3.2-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 |
89f11b4f3255d4835c311e7ef71df916a3ae8ac7700009d8ac82d9d8752838ea
|
|
| MD5 |
fc7427e3bd66102c8014543cce25c1b7
|
|
| BLAKE2b-256 |
a4a4bd6d64fe52a539bcad9c9d8f332ace5b741a5a6d376318334de43ff90970
|