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
It's very simple.
You should get password form field out of Meta class.
password
Meta