From 07e20c398e81f6ae46d38c85418b41c141f74902 Mon Sep 17 00:00:00 2001 From: Koffi Sani Date: Wed, 3 Apr 2019 13:46:29 +0000 Subject: [PATCH] Added django-bootstrap4 to Forms section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d9ca654..01df3540 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ Code Formatters * [Deform](https://github.com/Pylons/deform) - 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-bootstrap4](https://github.com/zostera/django-bootstrap4) - Bootstrap 4 integration with Django. * [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) - 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. * [WTForms](https://github.com/wtforms/wtforms) - A flexible forms validation and rendering library.