Hi I am using the django model class with some field and a password field. Instead of displaying regular plain text I want to display password input. I created a model class
You need to include the following in your imports;
from django import forms