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, performing CRUD Operation using function based view, class based views, and generic View, applying pagination in views, using message framework in views.
In this section of videos, we have learnt how implement the functionality of user authentication like signup, login, logout, profile view, profile update, change password, reset password and email verification.