Tag: Django Recaptcha

How to add reCAPTCHA in Django Site

Last updated on 4th July 2022 by Madderla Saikumar | Category: Django Tutorial

Using Google reCAPTCHA in Django forms is one of the best way to prevent DOS attack in your Django application. Although you may deploy other measures like blocking user after 3 unsuccessful attempts or blocking the IP address but I think reCAPTCHA is one of the most widely used method to stop bots from attacking […]

Read more 

How to Add reCAPTCHA to a Django Website

Last updated on 10th June 2021 by [email protected] | Category: Django Tutorial

Ever wondered how to add a captcha field in your Django forms? I’ll show you how to do this! Captchas are a great way to secure your site from spamming, or bot attacks. So, adding a captcha field to your authentication forms are a great way to enhance your site’s UX. Let’s get started. Make […]

Read more