How can you implement Django's form handling in a view?
Use the form attribute in the HTML template
Use the request.POST data in the view
Create a separate forms.py file
All of the above
This question is part of this quiz :