From d1c762409171067b29cdb66263dd552ca9a4b8ad Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 31 Jul 2014 10:26:08 +0800 Subject: [PATCH] add django-bootstrap3 to Forms section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d6823d0..08fd0a69 100644 --- a/README.md +++ b/README.md @@ -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-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. +* [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-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer.