[ buster ]
[ 源代码: django-fsm ]
软件包:python-django-fsm(2.6.0-1)
Django friendly finite state machine support
django-fsm adds declarative states management for django models. Instead of adding some state field to a django model, and managing its values by hand, you could use FSMState field and mark model methods with the transition decorator. Your method could contain the side-effects of the state change.
其他与 python-django-fsm 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-django (>= 1.6)
- High-level Python web development framework (Python 2 version)
-
- rec: python-pygraphviz
- Python interface to the Graphviz graph layout and visualization package