Django application provide simple category/service details
Project description
django-service 
GitHub

Test

Check Demo Project
- Check the demo repo on GitHub
Requirements
- Python 3.8+ supported.
- Django 4.2+ supported.
Setup
- Install from pip:
pip install django-services
- 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-services 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
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(21.3 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.1.0.tar.gz.
File metadata
- Download URL: django_service-0.1.0.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69f58d62b6dcac896826241d22f2cea69f3212d5f1bd6c7d0ffd2c5fe5010aea
|
|
| MD5 |
6c973c2e75a672498eb06cb84c620a33
|
|
| BLAKE2b-256 |
a4aa3bef4dec6d74def476b90fe042ed1f554707bec30fdcdcf5bd46e264483a
|
File details
Details for the file django_service-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_service-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d105831440ea5679c44bd39a5c478190c1628ab5e75e0d2939f4f4e3077dc741
|
|
| MD5 |
920f6024cd94c00bd5e8105770765772
|
|
| BLAKE2b-256 |
d4ef68c8b53faf91d0a8a2a5a4de83d6f8b7c4b5f9bbb3e2e5f757291fd6b8ce
|