Django Formwizard

A rewrite of django's formwizard with pluggable storages
Alternatives To Django Formwizard
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Django Crispy Forms4,7567,8222192 months ago40February 13, 202363mitPython
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
Django Material2,48127586 months ago57August 16, 202227bsd-3-clauseCSS
Material Design for Django
Djangox1,731
5 days agootherPython
Django starter project with 🔋
Django Phonenumber Field1,4077986822 days ago33April 26, 202312mitPython
A django model and form field for normalised phone numbers using python-phonenumbers
Django Simple Captcha1,3247721814 days ago46July 03, 202334mitPython
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
Django Angular1,2402366a year ago55May 05, 202022mitJavaScript
Let AngularJS play well with Django
Django Baton767
3a month ago89March 22, 202218mitPython
A cool, modern and responsive django admin application based on bootstrap 5 - https://otto-torino.github.io/tag/baton/
Django Bootstrap735
1811 years ago1July 27, 20122otherPython
Django Form Implementation of the Twitter-Bootstrap UI
Django Formtools697
7 days ago70bsd-3-clausePython
A set of high-level abstractions for Django forms
Django Templated Email68116484 days ago27June 04, 20218mitPython
Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)
Alternatives To Django Formwizard
Select To Compare


Alternative Project Comparisons
Readme

django-formwizard

Warning

The 1.0+ releases are incompatible with all previous releases (<=0.6) of django-formwizard!

If you want to use the old version, please install django-formwizard==0.6 (version 0.6 is the last version with the old api)

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.

Popular Django Projects
Popular Form Projects
Popular Frameworks Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Django
Form
Pull Requests