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::
re_path(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/business-rule/ to participate in the dbr.
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::
re_path(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/business-rule/ to participate in the dbr.
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
Built Distribution
File details
Details for the file django-business-rules-1.0.5.tar.gz
.
File metadata
- Download URL: django-business-rules-1.0.5.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.4.1 requests/2.18.4 setuptools/38.5.2 requests-toolbelt/0.8.0 tqdm/4.19.9 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e89ccc66bcbc18bbd19296766dfee4d1286ba8beccff39354f91857319823fc2 |
|
MD5 | 6f436d5983675dd6c4b2d59c6a169efa |
|
BLAKE2b-256 | 7fba25835ce02f5046f6c8881f5de0f26959f8a380dc60bdcd0ff8a3a3c9828a |
File details
Details for the file django_business_rules-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: django_business_rules-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.4.1 requests/2.18.4 setuptools/38.5.2 requests-toolbelt/0.8.0 tqdm/4.19.9 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e1558c34ad934009ff021cc40e8fc0d43502c5cda9dbb5c017d8d940ef2165a |
|
MD5 | 21d7a7c9b9a0a872838d0121e61f0787 |
|
BLAKE2b-256 | 9136ed88e02136693ebee439523ef90831115352d8e48aa1b4119ac83957a8ac |