1
Try django-crispy-forms, also adds a lot of extra functionality to forms. Or, if you want to keep using Django Forms, try django-bootstrap-forms (and use it with {{ form|bootstrap }}
)
0
If you want to use bootstrap and django there is a perfect library for it django-bootstrap. Its more maintained than django-bootstrap-forms.
- [Answer]-Django static CSS for page not being found (development)
- [Answer]-Trouble getting getJSON to display values from array
- [Answer]-How to perform custom form validation in views in Django
Source:stackexchange.com