Python - How to import 'View' -- django

Import View

To import View, Add the following line to the top of your code.

from django.views import View

 

For more information about View:
django View