django form field add attrs

Solutions on MaxInterview for django form field add attrs by the best coders in the world

showing results for - "django form field add attrs"
Kameron
15 Apr 2017
1widgets = {
2  'field_name': django_forms.NumberInput(attrs={'step': 0.01}),
3}