Overview

A wrapper of pytransitions for django

Test Status Test Coverage Documentation Status

You do not need django-transitions to integrate django and pytransitions. It is meant to be a lightweight wrapper (it has just over 50 logical lines of code) and documentation how to go about using pytransitions inside a django application.

This package provides:

  • Example workflow implementation.
  • Base classes and mixins to
    • Keep it DRY
    • Keep transitions consistent
    • Reduce cut and paste
    • Avoid boiler plate.
  • Admin mixin to add workflow actions to the django admin.
  • Admin templates