Python - How to import 'FormView' -- django

Import FormView

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

from django.views.generic.edit import FormView

 

For more information about FormView:
django FormView