Posts by Leonardo Bilar • 23 points
1 post
-
2
votes1
answer700
viewsQ: Model field processing before writing to the database (Python + Django)
I am trying to perform a password encryption using Python 3.7 and Django 2.1. Looking at the documentation of Python, Django and some answers here in Stackoverflow, I arrived at the code as follows,…