How to Solve NameError: name 'authenticate' is not defined -- django

Erorr: name 'authenticate' is not defined

NameError: name 'authenticate' is not defined

Solution: name 'authenticate' is not defined

# Add the following line to the top of your code
from django.contrib.auth import authenticate

 

For more information:
Django authenticate