Django PowCaptcha form field/widget app.
Project description
Django PowCaptcha
Django PowCaptcha form field/widget integration app.
Installation
-
Install with
pip install django-powcaptcha
. -
Add
'django_powcaptcha'
to yourINSTALLED_APPS
setting.
INSTALLED_APPS = [
...,
'django_powcaptcha',
...
]
- Add settings.
For example:
POWCAPTCHA_API_URL = 'https://captcha.yourdomain.com'
POWCAPTCHA_API_TOKEN = 'MyPOWCAPTCHAPrivateKey456'
Usage
Form
The quickest way to add PowCaptcha to a form is to use the included
PowCaptchaForm
class. For example:
from django_powcaptcha.forms import PowCaptchaForm
class FormWithCaptcha(PowCaptchaForm):
...
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file django_powcaptcha-0.0.3.tar.gz
.
File metadata
- Download URL: django_powcaptcha-0.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8775937435a61babfa839bcdd1cfc3297aaac349b075536275277a23c3ff88c4 |
|
MD5 | 8c1e727b6bd37ed3d1f6cf115891e391 |
|
BLAKE2b-256 | 7dcf46723c487bbca68633ba5bd4006a23a6a7ba1a4f554f42efa53ea80164c5 |
File details
Details for the file django_powcaptcha-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: django_powcaptcha-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2024860a50f2fe9becb62607feb9830e03b0e8d08de50675d1656578a3b6846 |
|
MD5 | a46461587b918d2a7200e8c41b35e7d7 |
|
BLAKE2b-256 | 78940aac00c79abdc3c07694bda88db0e0b57dfadf049e563d239b12b18eab04 |