django验证码captcha

官方文档 https://django-simple-captcha.readthedocs.io/en/latest/usage.html#installation 使用命令安装pip install django-simple-captcha==0.4.6  (==后面是版本号) 安装好之后添加到 settings.py中  把 url(r'^captcha/', include('captc
相关文章
相关标签/搜索