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...'}))

Want to kickstart your project?Use the new AI Studio to create your code