DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Write Less Code By Using Generic Classed Based Views


In this video, we'll explore in-depth Django's generic views, an important feature that can help you build web applications more quickly and efficiently. We'll begin by defining generic views and outlining how they differ from standard views. Then, using a number of examples, we'll demonstrate how to utilize generic views to perform a variety of basic activities, like showing lists of items, creating new objects, altering existing ones, and more.

Top comments (0)