def setUp(self):
app.config['TESTING'] = True
app.config['WTF_CSRF_ENABLED'] = False
class UserForm(BaseForm):
user_id = IntegerField()
timeout = StringField()
TemplateDestinationForm.user = FormField(UserForm)
评论列表
文章目录