Skip to main content

Interact with Camunda from Django

Project description

1 Welcome to django-camunda’s documentation!

Version:

0.1.0

Source:

https://github.com/maykinmedia/django-camunda

Keywords:

camunda, process engine, bpmn

PythonVersion:

3.7

build-status Requirements status Coverage status

python-versions django-versions pypi-version

<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


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.0.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

django_camunda-0.5.0-py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page