Working on my first django app, and I have a model defined with some DateFields, and then a ModelForm off of that model i.e.
DateFields
ModelForm
models
start_date = forms.DateField(widget=forms.DateInput(attrs={'type': 'date'}))