Skip to content

Section Outcomes

Now, let us try to revise what have you learned so far.

Before starting this section, you were taught about HTTP Protocol, Virtual Environment, Setting up django project, django app, writing models in django, performing CRUD Operations using Django ORM and performing CRUD Operation using function based view.

In this section, you have learnt how to perform CRUD operation using class based views.

Now, you should be able to perform CRUD operation on any given model using class based views.