Django验证码库DjangoCaptcha.zip
在django中生成英文单词验证码,提供验证码图片生成,检查验证码等功能 原用于pythoner.net的验证码,现整理出来打包发布到pypi. 新特性 新增数字验证码模式 字体尺寸根据图片长宽自适应 Usage Install pip install DjangoCaptcha or easy_install DjangoCaptcha Display(views.py) from DjangoCaptcha import Captcha def code(request): ca = Captcha(request) ca.words
下载地址
用户评论