0

I have used Django wizard form for a multi step signup. But the URL for all the steps is the same. I would like to have unique URLs for each of the step. Is it possible to do it using wizard forms or should I use jquery and build a new multi step signup with unique URLs?

4

1 回答 1

1

NamedUrlWizardView应该提供您正在寻找的功能。

于 2013-07-29T14:21:48.307 回答