예제 #1
0
파일: models.py 프로젝트: chuckSMASH/risk
 def set_password(self, new_password):
     self.password = Context.encrypt(new_password)