# django-spiff-workflow2 **Repository Path**: shifeipython/django-spiff-workflow2 ## Basic Information - **Project Name**: django-spiff-workflow2 - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-12 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).