简体   繁体   中英

Django : Storing user steps with django admin form

I am doing a workflow app that forces the users to go through a set of forms and save some data. They can leave the process of filling that form and log-out at any point of time. When they log in back, they should be redirected to the same form/page where they left last time.

What is the best way to approach this problem ? Should I have a model in this app which stores such data every step ?

UPDATE:
By form I mean admin forms.

Django form wizard is what you want.

You can use SessionWizardView for more easily display the wizard when user comes back again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM