Tag Archives: FormWizard

Using Django FormWizard in a view

I recently needed to use a Django form wizard from a view. I needed it in a view as I had some permissions that I needed to check and also wanted to supply some initial data as the form would … Continue reading

Posted in Django, Programming, Web | Tagged , , | 1 Comment