django-fsm

Django friendly finite state machine support
Download

django-fsm Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Mikhail Podgurskiy
  • Publisher web site:
  • http://github.com/kmmbvnr/

django-fsm Tags


django-fsm Description

Django friendly finite state machine support django-fsm is a Django app that adds declarative states managment for django models.Instead of adding some state field to a django model, and manage it values by hand, you could use FSMState field and mark model methods with transition decorator that will perform checks and switch state field value on succed model method call. Requirements: · Python · Django


django-fsm Related Software