FrankBie / django-formwizard

A rewrite of django's formwizard with pluggable storages

Home Page:http://django-formwizard.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-formwizard

django-formwizard is a reusable app to work with multi-page forms. Besides normal Forms, it supports FormSets and ModelForms. File uploads don't work at the moment but this will be fixed in the near future.

To install it, 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.

About

A rewrite of django's formwizard with pluggable storages

http://django-formwizard.readthedocs.org/

License:BSD 3-Clause "New" or "Revised" License