Re: Save formtools.WizardView for later completion in another session?

2012-10-26 Thread ducky
I also came across this issue. I managed to address this by actually looking at the code for django.contrib.formtools.wizard.views.WizardView. (I am no django expert. So I am sure there might be a cleaner way. This worked for me. So I am just sharing my experience.) I overrode the get and

Save formtools.WizardView for later completion in another session?

2012-10-02 Thread Alex S-B.
I have a long multi-page form wizard (a django.contrib.formtools.wizard.views.SessionWizardView) that I would like the user to be able to continue working through even after logging out and back in from a different computer. That is, I would like the wizard data to persist across sessions