Solved with a very easy approach.
I override the WizardView get method and I use a session variable to
understand if the user want to restore the edit or create a new form
def get(self, request, *args, **kwargs):
"""
This method override the WizardView handling the restore of t
I'm trying to get the data from the session. The SessionWizard store the
data in the session
session_data = request.session[wizard_key_form]['step_data']
at this point session_data is the dictionary with the data in the form
filled by the user.
But this doesn't work
ServiceCreationWizard.as_vie
2 matches
Mail list logo