Skip to main content

Django Business Rules is a simple Django app to support business rules.

Project description

=====
Django Business Rules
=====

Django Business Rules is a simple Django app to support business rules.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "django_business_rules" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'django_business_rules',
]

2. Include the business rules URLconf in your project urls.py like this::

url(r'^dbr/', include('django_business_rules.urls'), namespace='django_business_rules')),

3. Run `python manage.py migrate` to create the dbr models.

4. Run `python manage.py dbr` to generate business rules

5. Visit http://127.0.0.1:8000/dbr/ to participate in the dbr.


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-rules-1.0.2.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

django_business_rules-1.0.2-py2.py3-none-any.whl (15.4 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