Interact with Camunda from Django
Project description
1 Welcome to django-camunda’s documentation!
- Version:
0.1.0
- 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.5.1.tar.gz
(11.3 kB
view hashes)
Built Distribution
Close
Hashes for django_camunda-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | efb90010f53291e8dd2b3349363f4d12f87e3f226ef8dedb1967b9a95b457b0e |
|
MD5 | f8f2d7f7c6ef38e2f44fba97852f7e0d |
|
BLAKE2b-256 | e3d6ffe877bb0a4af2bcb14d35b70658c30bfc6768755c0e6a6ccaaa7ec4c0f5 |