django captcha使用

安装:pip install django-simple-captcha setting:   url配置(使用的django1.11.29的版本,2.0版本使用path): 然后同步数据库表: python manage.py makemigrations python manage.py migrate 定义验证码生产公共方法: from captcha.helpers import capt
相关文章
相关标签/搜索