Python - How to import 'UpdateView' -- django

Import UpdateView

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

from django.views.generic import UpdateView

 

For more information about UpdateView:
django UpdateView