Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Django Crispy Forms | 4,756 | 7,822 | 219 | 2 months ago | 40 | February 13, 2023 | 63 | mit | Python | |
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 Material | 2,481 | 275 | 8 | 6 months ago | 57 | August 16, 2022 | 27 | bsd-3-clause | CSS | |
Material Design for Django | ||||||||||
Djangox | 1,731 | 5 days ago | other | Python | ||||||
Django starter project with 🔋 | ||||||||||
Django Phonenumber Field | 1,407 | 798 | 68 | 22 days ago | 33 | April 26, 2023 | 12 | mit | Python | |
A django model and form field for normalised phone numbers using python-phonenumbers | ||||||||||
Django Simple Captcha | 1,324 | 772 | 18 | 14 days ago | 46 | July 03, 2023 | 34 | mit | Python | |
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. | ||||||||||
Django Angular | 1,240 | 236 | 6 | a year ago | 55 | May 05, 2020 | 22 | mit | JavaScript | |
Let AngularJS play well with Django | ||||||||||
Django Baton | 767 | 3 | a month ago | 89 | March 22, 2022 | 18 | mit | Python | ||
A cool, modern and responsive django admin application based on bootstrap 5 - https://otto-torino.github.io/tag/baton/ | ||||||||||
Django Bootstrap | 735 | 18 | 11 years ago | 1 | July 27, 2012 | 2 | other | Python | ||
Django Form Implementation of the Twitter-Bootstrap UI | ||||||||||
Django Formtools | 697 | 7 days ago | 70 | bsd-3-clause | Python | |||||
A set of high-level abstractions for Django forms | ||||||||||
Django Templated Email | 681 | 164 | 8 | 4 days ago | 27 | June 04, 2021 | 8 | mit | Python | |
Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.) |
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.