add django-floppyforms

This commit is contained in:
Will Vincent 2020-10-05 13:16:28 -04:00
parent 1c580198f3
commit 215e5875db

View File

@ -142,6 +142,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
### Forms
- [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms.
- [django-floppyforms](https://github.com/jazzband/django-floppyforms) - Full control of form rendering.
- [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates.
- [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) - Add autocompletion to forms.
- [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A CBV to handle multiple forms in one view.