Contribute Media
A thank you to everyone who makes this possible: Read More

Finite State Machine (FSM) in Django

Translations: en

Description

"Finite State Machine (FSM) in Django" by: Calvin Hendryx-Parker

Workflows are super powerful tools for automating business processes online. Our everyday life is full of workflows such as requesting time off from work. Many of these are actually Finite State Machines that move from state to state via transitions. Popular CMS’ such as Plone have rich support for workflows, but now with django-fsm we can build quick, lightweight business workflows for our applications. Plus, we have full audit logging and even build visualizations of our workflow to confirm with the business owners generated from the code.

Recorded at the 2020 Python Web Conference (https://2020.pythonwebconf.com)

Details

Improve this page