django-formwizard Documentation

django-formwizard is a reusable app to work with multi-page forms. Besides normal Forms, it supports FormSets, ModelForms and ModelFormSets.

Note

This app was originally developed as an external library for Django but the code made it to Django itself. Beginning with release 1.4 of Django, the form-wizard will be available in Django directly (django.contrib.formtools.wizard).

This code is a backport of the django.contrib.formtools.wizard code!

Until the 1.4 release, django-formwizard will be maintained to let Django 1.3 users work with the new form-wizard.

To install django-formwizard, simply run

# pip install django-formwizard

The source is available on GitHub.

If you are interested in contributing, just fork the repository on GitHub and commit your changes. Don’t forget to send a pull request.

Contents:

Indices and tables

Project Versions

Table Of Contents

Next topic

Getting started

This Page