I’m new to Django development, so I want to ask people who have more practice – what do they use more often? I’m of course assuming it’s CBV since it’s easier for others to read, but I’ll ask anyway.
thanks in advance for your reply
>Solution :
My opinion of ( FBV or CBV )
=> if I want to create only web API’s then I prefer CBV
But,
=> I want to work with Django Templates and then use FBV, but it depends on and requirements because sometimes I feel the need only simple CRUD Operation then I prefer CBV not to require more validation or logic