add django-bootstrap3 to Forms section

This commit is contained in:
Vinta 2014-07-31 10:26:08 +08:00
parent a93b251fa6
commit d1c7624091

View File

@ -569,6 +569,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library. * [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library.
* [WTForms-JSON](http://wtforms-json.readthedocs.org/) - A WTForms extension for JSON data handling. * [WTForms-JSON](http://wtforms-json.readthedocs.org/) - A WTForms extension for JSON data handling.
* [Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library. * [Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library.
* [django-bootstrap3](https://github.com/dyve/django-bootstrap3) - Bootstrap 3 integration with Django.
* [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way. * [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
* [django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer. * [django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer.