Skip to content

devdob/django-captcha-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django google Captcha V3 field

Google Captcha V3 integrated form field

Installation

GIT:

pip install git+https://github.com/sitmena/[email protected]

Usage

Add the package captcha_field to your installed apps. Then you can simply add to your form like so,

from captcha_field import CaptchaField


class MyForm(forms.Form):
    my_field_1 = forms.CharField(required=True, label='')
    ...
    captcha = CaptchaField(google_captcha_key='my_key',
                           google_captcha_secret='my_secret')

Testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published