What is the difference between Class Based Views and Function Based Views? [Knock Q&A]

preview_player
Показать описание
Up vote your favorites.

The long term goal: build a search engine of technical and non-technical questions with concise video responses. The more questions that we get, the more answers we can research and respond with.

Рекомендации по теме
Комментарии
Автор

35:00 view is the logic that handles any particular request based on the URL
1:53 Class Based Views can inherit from another class that already handles a lot of the logic.
Thank you

victorystocktv
Автор

I recently learned about class based views and I am convinced they will take my Django game up to the next level.

theflyingsmiley
Автор

Hey Justin! Your tutorials are great! But I have a question about these Class Based Views. I saw in DSF site that there are Class-based generic views, built-in class based generic views and these names are really confusing and doesn't make any sense to me. Can you please do a video on Class Based Views and Generic views? Thanks from India.

satyasashi
Автор

fbv is not dry, but as a beginner it's more obvious for me what is happening.

hidayathidayat
Автор

Informative. Bro, I am confused in apps, how can we implement two apps in django. What is concept behind it? Because general we are connected with foreign keys in DB. Please explain with project

taukirkhan
Автор

I want to show some data on a page and also i wanna pop up a form with the help of a bootstrap modal on that same page, so how can I use CreateView and ListView for the same page, I have searched it almost everywhere on youtube but got nothing

nikhilbhardwaj
Автор

Can you please share a project link which is completely done using function based views ?
Thanks in Advance !! :)

nitishsadasivan