Login in django using email and password

  • Here I'm writing the login code, By using you can login through email and password instead of username.
  • Create a file with name login.html in your django templates and create a html form with email and password field.

  • Now add this code in your view.py 

Comments