python 提交表单
摘要:
class UserForm(forms.Form): username = fields.CharField( required=True,error_messages={'required':'用户名不能为空'}, widget=widgets.TextInput(attrs={'class':'form-control'}) ) #正则表... 阅读全文
posted @ 2019-06-24 14:27 李永山 阅读(261) 评论(0) 推荐(0) 编辑