How do I create a form?



How do I create a form?..

Answer / Reena Rani

In Django, you can create a form by subclassing the built-in Form or ModelForm classes and defining fields. After creating the form, you can render it in an HTML template using the built-in form rendering tools.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What is the usage of help() and dir() function in python ?

1 Answers  


What is django explain in your words?

1 Answers  


Is it mandatory to use the model/ database layer?

1 Answers  


What does the django field class types?

1 Answers  


How you can use file based sessions?

1 Answers  


What is mvt framework?

1 Answers  


What are the disadvantages of using django for web development?

1 Answers  


What are ‘models’?

1 Answers  


What does the django mean?

1 Answers  


What is orm in python django?

1 Answers  


What do you think is the output of the following code fragment? Is there any error in the code ?

1 Answers  


What is the latest django version?

1 Answers  


Categories