Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waqqas/django-spiff-workflow

Django integration with spiff-workflow
https://github.com/waqqas/django-spiff-workflow

Last synced: 2 months ago
JSON representation

Django integration with spiff-workflow

Awesome Lists containing this project

README

        

### django-spiff-workflow
Integration of Python [`spiffworkflow`](https://github.com/sartography/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](https://spiffworkflow.readthedocs.io/en/latest/index.html).