Skip to main content

Django application provide simple category/service details

Project description

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

Check Demo Project

  • Check the demo repo on GitHub

Requirements

  • Python 3.8+ supported.
  • Django 4.2+ supported.

Setup

  1. Install from pip:
    pip install django-services
    
  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-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


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)

Uploaded Source

Built Distribution

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

django_service-0.1.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

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

Hashes for django_service-0.1.0.tar.gz
Algorithm Hash digest
SHA256 69f58d62b6dcac896826241d22f2cea69f3212d5f1bd6c7d0ffd2c5fe5010aea
MD5 6c973c2e75a672498eb06cb84c620a33
BLAKE2b-256 a4aa3bef4dec6d74def476b90fe042ed1f554707bec30fdcdcf5bd46e264483a

See more details on using hashes here.

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

Hashes for django_service-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d105831440ea5679c44bd39a5c478190c1628ab5e75e0d2939f4f4e3077dc741
MD5 920f6024cd94c00bd5e8105770765772
BLAKE2b-256 d4ef68c8b53faf91d0a8a2a5a4de83d6f8b7c4b5f9bbb3e2e5f757291fd6b8ce

See more details on using hashes here.

Supported by

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