Interact with Camunda from Django
Project description
1 Welcome to django-camunda’s documentation!
- Version:
0.9.5
- Source:
- Keywords:
camunda, process engine, bpmn
- PythonVersion:
3.7
<One liner describing the project>
2 Features
Admin model for Camunda configuration
Shared Celery tasks
Domain models as Python objects
Complex/custom process variable support
3 Installation
3.1 Requirements
Python 3.7 or above (3.6 probably also works with the package dataclasses)
setuptools 30.3.0 or above
Django 2.2 or above
Celery
3.2 Install
pip install django-camunda
Next, ensure the following apps are installed:
INSTALLED_APPS = [
...,
"solo",
"django_camunda",
...
]
4 Usage
TODO
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-camunda-0.9.5.tar.gz
(14.9 kB
view hashes)
Built Distribution
Close
Hashes for django_camunda-0.9.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 077e24f426f9b22a4c14f80de642ca5eb5ded802e22bfb0be72d0c27f90136a4 |
|
MD5 | 6826916b81dc18cc3befeec38300b40b |
|
BLAKE2b-256 | fd5629e3530b2de3228540168821ee3dd39b481c86badec21068097904e42f88 |