コード例 #1
0
ファイル: user.py プロジェクト: goFrendiAsgard/kokoropy
 def password(self, value):
     self.encrypted_password = encrypt_password(value)