PrimarySite / django-transitions

A wrapper of pytransitions for django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A wrapper of pytransitions for django

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 97.0%Language:HTML 3.0%