django-spiff-workflow

Django integration with spiff workflow library


Keywords
django, spiff, workflow, bpmn, dmn, bpmn2, business, process, management
License
MIT
Install
pip install django-spiff-workflow==0.1.5

Documentation

django-spiff-workflow

Integration of Python spiffworkflow library with Django

Installation

Install django-spiff-workflow using pip install django-spiff-workflow

Add "django_spiff_workflow" to your INSTALLED_APPS settings like this:

INSTALLED_APPS = (
    "django_spiff_workflow",
    ...
)

More documentation

For more information check the documentation of spiff-workflow doc.