예제 #1
0
파일: forms.py 프로젝트: alphabits/stingy
 def create_admin(self):
     return Admin(email=self.admin_email.data)