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

Solution: Import the 'Context' module

# Add the following line to the top of your code
from django import Context

 

For more information:
django Context