Django | Quiz | Question 24

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments