예제 #1
0
파일: models.py 프로젝트: Monk-Liu/CS
 def check_password(self, password):
     return MyHash.verify(password, self.password)