Create a table in django's User models!

0

Well, I would like to create a column in the django models User table, because I would like to get the password before django transformed into sha256, because I want to display it in the unencrypted browser. Can you do that?

    
asked by anonymous 13.11.2017 / 22:09

0 answers