Using SessionWizardView, I want to declare Instance variables, that persist between steps. However, they are not persistent, when using:
def __init__(self): self.variable = {}
Using SessionWizardView, I want to declare Instance variables, that persist between steps. However, they are not persistent, when using:
def __init__(self): self.variable = {}