How does Django workflow work?

django-flows – explicit, single user, sequential, static workflow, that keeps flow state in external storage, to allow user to close or open page on another tab and continue working. django-fsm – implicit, multi-user, sequential, static workflow – the most compact and lightweight state machine library.

Read more