AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Class Base Views in Django
I will use a class base view 90% of the time why because my view the view is like a callable it takes a request and returns a response right so that's a function but in that there's the steps you know first of all I need to authenticate the user. Tom Christie's got a thing called Django vanilla views which is like a simpler implementation that he recommends people go and look and read through the codes. The hierarchy is so complex because I think it really confuses folks, William says.