Skip to content

Repository files navigation

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

About

Django application provide simple category/service details

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages