Episode

Interacting with data in a generic view [21 of 24] | Beginner's Series to: Django

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:

Python