摘要: # 安装django-simple-captchapip install django-simple-captcha # settings.pyINSTALLED_APPS = [ # ... 'captcha',] # urls.pyfrom captcha.views import captch 阅读全文
posted @ 2023-05-22 11:42 sup小白 阅读(44) 评论(0) 推荐(0)
摘要: Form组件重点: ChoiceField 下拉框 CharField 字段 IntegerField 整数 DecimalField 小数 DataField 时间 DataTimeField 日期 EmailField 邮箱 FileField 文件 RegexField 正则 对用户请求的验证 阅读全文
posted @ 2023-05-22 11:14 sup小白 阅读(74) 评论(0) 推荐(0)