django form field class

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

showing results for - "django form field class"
Bianca
04 Mar 2016
1subject = forms.CharField(label='subject', max_length=100 , widget=forms.TextInput(attrs={'class': "form-control"}))
2