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.2.1.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for django_camunda-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 261e00078c0092091a83f3ee61a242bc8b0ee90e1af47901cad5b06ef4e718bd |
|
MD5 | 1a60e079724e3f53b2662394dde2f20d |
|
BLAKE2b-256 | 098a1a95bed4f84aba15f26b69dfb08996f44a3d13c36f64bcb645fe216c7f0d |