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.13.tar.gz
(235.7 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.13.tar.gz.
File metadata
- Download URL: django_service-0.3.13.tar.gz
- Upload date:
- Size: 235.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0fc2c14d2cb017d5570674ded5e3f6a143040de8f41a91ebe8d02c358d94839
|
|
| MD5 |
b8628a22ba152436177471f26392d8bc
|
|
| BLAKE2b-256 |
a792d58f4dc61ec775c854930277cf0b0665d441d53d193b87ff3d932a9d6c17
|
File details
Details for the file django_service-0.3.13-py3-none-any.whl.
File metadata
- Download URL: django_service-0.3.13-py3-none-any.whl
- Upload date:
- Size: 233.8 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 |
5af95e9aab893a3e55f4f36a2e8926a18d50f9fe72f09a3ee35687da370a32bb
|
|
| MD5 |
6ed516887a3cf5d9cb7743d1a0762a82
|
|
| BLAKE2b-256 |
292bd40b3cf9aadad5151c0ad7c6b97021531407ba1e474ac23344c1c4b0efc1
|