コード例 #1
0
ファイル: models.py プロジェクト: chuckSMASH/risk
 def set_password(self, new_password):
     self.password = Context.encrypt(new_password)