Django Yandex Captcha form field/widget app.
Project description
Django Yandex SmartCaptcha
Django Smart Captcha form field/widget integration app.
Installation
- Sign up for Yandex SmartCaptcha.
- Install with pip install
django-yandex-captcha. - Configure Yandex SmartCaptcha credentials in
settings.py:
YANDEX_CAPTCHA_CLIENT_KEY = "..."
YANDEX_CAPTCHA_SERVER_KEY = "..."
Usage
Just add the field to your Django form:
from django import forms
from django_yandex_captcha.fields import YandexCaptchaField
class FormWithCaptcha(forms.Form):
captcha = YandexCaptchaField()
Credits
Based on django-recaptcha.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_yandex_captcha-0.0.5.tar.gz.
File metadata
- Download URL: django_yandex_captcha-0.0.5.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b072ce45b7978170781d62ef07f5a868874d2fbafd4fe35382c416d57250177
|
|
| MD5 |
5bf45c8dc20e162d2ed26710d549e2d9
|
|
| BLAKE2b-256 |
c98e0d578052a67ed23c3bef62ba0af5216f334cfeea69af83ac568cd2474f37
|
File details
Details for the file django_yandex_captcha-0.0.5-py3-none-any.whl.
File metadata
- Download URL: django_yandex_captcha-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7e98d97e3eb3fdf138efee8a2946472798a8a79083ccdec7ce7a8b1891a71f4
|
|
| MD5 |
2d5a173f8567f61d70faee718b5848d0
|
|
| BLAKE2b-256 |
d449907b62f55f8c7154cca0cd681f12ce740e2b3b6247b5cef326bea2a6b2f9
|