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_APPSsetting.
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
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_powcaptcha-0.0.4.tar.gz.
File metadata
- Download URL: django_powcaptcha-0.0.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87379d1604283f2fdb6185af2f4bd80223ec35e2031d92eceeee5e1f4bda29ff
|
|
| MD5 |
ae465562a7113e6cb66e9deed80feaa2
|
|
| BLAKE2b-256 |
c6695355acda56985829712fddd79ef166029f340298d3ef5f7c914238a5d522
|
File details
Details for the file django_powcaptcha-0.0.4-py3-none-any.whl.
File metadata
- Download URL: django_powcaptcha-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ed97c22682635b4b1bca4cc1d698a1631091da2322401c0df1fab632692ba10
|
|
| MD5 |
05f06f4600a7ef6af5e2f372f58ae64a
|
|
| BLAKE2b-256 |
05bb62ccf746ad5800afbf8362a51dd1e5456b5c00e2444214cdce02557c6d1e
|