Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waqqas/django-spiff-workflow
- Owner: waqqas
- License: mit
- Created: 2024-01-17T17:41:12.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:29:14.000Z (2 months ago)
- Last Synced: 2024-10-29T08:24:17.222Z (2 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).