向 Django 站点添加验证码的最简单方法是什么?
I want to add a Captcha on my Django site. I found one way to do this, which is using reCaptcha, but I want to know... Is it easy enough?
And which is the simplest way to add a captcha?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,reCaptcha 很简单,而且效果很好。
我在很多网站上使用它。
Yes, reCaptcha is easy and works well.
I use it on many sites.
我在一些网站上使用 django-simple-captcha。它工作得很好,易于设置和定制。
I'm using django-simple-captcha on a few sites. It works pretty well, is easy to setup and customizable.