#This error is coming from Django allauth package. Import following to resolve this error.
from allauth.exceptions import ImmediateHttpResponse
Nameerror: Name 'Immediatehttpresponse' Is Not Defined - django, python
Django Allauth Social Login For Pre Approved Users Only - django, python