Jezzy Grey

Generation

class from descriptionSun, 19 Feb 2023

django framework. views file Create a text input class using inputText form

class inputText(forms.Form): input_text = forms.CharField(label='Input Text', strip=True, widget=forms.Textarea(attrs={'placeholder':'Enter text here...'}))

Questions about programming?Chat with your personal AI assistant