The purpose is to create a stateful web applications with controlled navigation. There is a clear start and an end point. The user must go through a set of screens in a specific order. Once complete it shouldn't be possible to repeat a transaction accidentally.
Asked
Active
Viewed 871 times
0
-
Check out on SO http://stackoverflow.com/questions/6795328/workflow-frameworks-for-django – Papasmile Jul 17 '13 at 17:56
2 Answers
2
Check the workflow section on django awesome packages list
django-flows
looks like most close substitution for spring web flow.
But build-in django wizard forms a fairly lightweight and suitable for many basic cases.

kmmbvnr
- 5,863
- 4
- 35
- 44
-
I just did investigation, what we have now for workflows in django - http://stackoverflow.com/questions/6795328/workflow-frameworks-for-django/25717038#25717038 – kmmbvnr Sep 08 '14 at 05:59