Django Form Field Add Attrs

widgets = {
  'field_name': django_forms.NumberInput(attrs={'step': 0.01}),
}
Fancy Frog