S
S
Sergey Nizhny Novgorod2017-06-03 02:26:58
Django
Sergey Nizhny Novgorod, 2017-06-03 02:26:58

And what is the analogue of Spring webflow in Django?

Now I'm watching lessons on Java Spring - there is a webflow thing that allows you to process complex forms with state transfer in steps, and validate the form transaction at the last step. How do you do stuff like this in Django?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2017-06-03
@sim3x

https://github.com/viewflow/viewflow
For multiple forms, it's easier to save to the user's session

E
Eugene, 2017-06-03
@immaculate

Prior to version 1.8, Django had a built-in Form Wizard functionality that seemed to implement this. Then it was separated from Django into a separate project https://github.com/django/django-formtools/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question