Recommended reading for Django best practices: http://django.2scoops.org/
Background reading on Forms: http://diveintohtml5.info/forms.html
-
style differences:
-
django-forms-bootstrap (inline styles for free) https://github.com/pinax/django-forms-bootstrap
-
django-widget-tweaks https://github.com/kmike/django-widget-tweaks
-
different functions
-
django-crispy-forms https://github.com/maraujop/django-crispy-forms
-
django-floppyforms https://github.com/brutasse/django-floppyforms
-
Custom styling https://docs.djangoproject.com/en/dev/topics/forms/media/
Client side validation: https://github.com/agiliq/django-parsley