AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use Function Base Views in Django
Carlton: It took me a long time to wrap my head around class views because I think when you have that Python mentality of you know one way to do things and the function views just worked also what I was building especially like with the sports betting sort of personal sites. But looking back on it I really didn't understand object oriented programming that well to begin with so I wasn't even prepared to use classes correctly in the first place. William: There's a one-line way to update the generic custom view but you have to kind of dig around to figure it out so do you agree with that Carlton? "I'm curious how you feel about that in Django coming new to it"