Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.26 KB

README.rst

File metadata and controls

37 lines (27 loc) · 1.26 KB

django-transitions

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