Clean Up Your Django View Code With With Class Based Views | Django Class Based Views #1

preview_player
Показать описание
In this video, we clean up Django's view code from using function-based views to class-based views. We also talk about some advantages of using class-based views.

#django #python

PROJECT SOURCE CODE:

PLEASE BUY ME A COFFEE:

FOLLOW ME ON TWITTER:
Рекомендации по теме
Комментарии
Автор

Thanks for watching. Do you like using class based views? Comment below about why you love using them.

SsaliJonathan
Автор

Also leave a comment about what class based views you may want to see me make a video about.

SsaliJonathan
Автор

Appreciate your teaching skill. Very straightforward and understandable

entertainmentcenter
Автор

55:41 Jonathan, please What is the purpose of the “initial” variable in the “CreateTaskView” class, i don’t understand that part.

iambenqazy
Автор

Can you explain the same with views.generic.list.ListView, views.generic.detail.DetailView, views.generic.edit.FormView, views.generic.edit.CreateView, views.generic.edit.UpdateView,

codedjango