0

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.

Bobo
  • 8,777
  • 18
  • 66
  • 85

2 Answers2

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
0

didn't test that particular lib but it seems well suited for what you need:

http://code.google.com/p/django-stateful/

Jarek.D
  • 1,274
  • 1
  • 8
  • 18