What are generic views in django?
Answer / Rajesh Jha
Generic views in Django are pre-written view classes that handle common tasks such as listing objects, displaying an object detail page, and creating new objects. They provide a quick way to implement common functionality without writing custom code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the inheritance styles in django?
Explain what flask is and its benefits ?
What are forms in django?
What is django in python?
What is the difference between the range & x range?
What are the features available in django?
What are signals in Django ?
Who is the real django?
Is django in the hateful eight?
When can you use iterators in django orm?
Give an example how you can write a view in django?
Do I need html for django?