Skip to main content

django business logic programming made easy

Project description

django business logic programming made easy

Install

There are a few different ways you can install django-business-logic:

  • Use pip: pip install -U django-business-logic

  • Download the zipfile from the releases page and install it.

  • Checkout the source: git clone git://github.com/dgk/django-business-logic.git and install it yourself.

Getting Started

  1. Edit settings.py and add business_logic to your INSTALLED_APPS

    # settings.py
    INSTALLED_APPS = (
      ...
      'business_logic',
      'rest_framework', # optional, for browsable API only
      ...
    )
  2. Edit urls.py and include business_logic.urls

    # urls.py
    urlpatterns = (
      ...
      url('^business-logic', include('business_logic.urls')),
      ...
    )

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-business-logic-0.1.4.tar.gz (23.3 kB view hashes)

Uploaded Source

Built Distribution

django_business_logic-0.1.4-py2.py3-none-any.whl (34.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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