Login View
Learn how to create a login view.
We'll cover the following...
This lesson focuses on implementing the login view.
Adding a login view
We need a view to help users log in. The purpose of the LoginView
is to use the LoginSerializer
to ...