Interacting with data in a generic view [21 of 24] | Django for Beginners

preview_player
Показать описание
Providing ways to interact with data on the web can be a repetitive task, especially when creating or updating data. Django provides a robust and convenient experience for developing these features in your site with generic views. In this video we will explore and implement CreateView, UpdateView, and DeleteView to modify our data with generic views.

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

Showing the code written on how id is passed to the url for the update and delete view would have been very helpful here

damilolasotomi