[ buster ]
[ ソース: django-fsm ]
パッケージ: python-django-fsm (2.6.0-1)
python-django-fsm に関するリンク
Debian の資源:
django-fsm ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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)
- 高レベル Python ウェブ開発フレームワーク (Python 2 版)
-
- rec: python-pygraphviz
- Python interface to the Graphviz graph layout and visualization package