blob: 5454afd9d20b924ef021082ba80569fa491bdd01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Django reCAPTCHA form field/widget integration app.
Following reCAPTCHA variants are supported:
* Google reCAPTCHA V2 - Checkbox (Default)
* Google reCAPTCHA V2 - Invisible
* Google reCAPTCHA V3
Django reCAPTCHA uses a modified version of the Python reCAPTCHA client which
is included in the package as "client.py"
|