Django Class Based Views for Implementing List and DetailsView
Hi there, this post is about one of the important and general features of Django and you guessed it right. Yeah, it’s about the Django Class Based Views (Generic Views) and its usage to implement the ListView and DetailsView on a model of data. Now, you might be wondering what acutally do I mean when … Read more