Skip to main content

django-service PyPi license

PyPi status PyPi version PyPi python version PyPi downloads PyPi downloads PyPi downloads

GitHub GitHub release GitHub release

Test codecov.io pre-commit.ci status gitthub.com

Docs

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

  1. Install from pip:
    pip install django-service
    
  2. Modify settings.py by adding the app to INSTALLED_APPS:
    INSTALLED_APPS = (
        # ...
        "services",
        # ...
    )
    
  3. Finally, modify your project urls.py with handlers for all errors:
    # ...other imports...
    
    urlpatterns = [
        # ...other urls...
    ]
    
  4. Execute Django's command migrate inside 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.7.tar.gz (223.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_service-0.3.7-py3-none-any.whl (220.6 kB view details)

Uploaded Python 3

File details

Details for the file django_service-0.3.7.tar.gz.

File metadata

  • Download URL: django_service-0.3.7.tar.gz
  • Upload date:
  • Size: 223.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for django_service-0.3.7.tar.gz
Algorithm Hash digest
SHA256 ffe7149f0e84951ece2c3309785d2cc7af807ee0b41f545f3b75b84688859d84
MD5 1d0a07dc1948a2628735b3b3ccd4486b
BLAKE2b-256 26cd6c8f28fabc561d33c74834e9fbfbcbf3ae05bc377a89ba7cfd3d0b119caf

See more details on using hashes here.

File details

Details for the file django_service-0.3.7-py3-none-any.whl.

File metadata

  • Download URL: django_service-0.3.7-py3-none-any.whl
  • Upload date:
  • Size: 220.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for django_service-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 88b383a561523901be810e2fd8e725db5aade16d6c866ad1ec7e279e6c0b9705
MD5 749530ef65e95a4c7d0f43bc9b0b7c63
BLAKE2b-256 5d167615c405f91c29de8a683cff00264f2689e15a60937d5bc6b974814366c1

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.13

2 files

0.3.12

2 files

0.3.11

2 files

0.3.10

2 files

0.3.9

2 files

0.3.8

2 files

This release

0.3.7 This release

2 files

0.3.6

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page