There are an awful lot of date/datetime picker implementations out there. Are there any that integrate with Django and Crispy Forms particularly well, and how are they used?
Easy way is override field template :D
Field('field_name', template='date.html')
Here gist from @maraujop