Skip to main content

Django PowCaptcha form field/widget app.

Project description

Django PowCaptcha

Django PowCaptcha form field/widget integration app.

Installation

  1. Install with pip install django-powcaptcha.

  2. Add 'django_powcaptcha' to your INSTALLED_APPS setting.

INSTALLED_APPS = [
    ...,
    'django_powcaptcha',
    ...
]
  1. 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

django_powcaptcha-0.0.3.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

django_powcaptcha-0.0.3-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

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

Hashes for django_powcaptcha-0.0.3.tar.gz
Algorithm Hash digest
SHA256 8775937435a61babfa839bcdd1cfc3297aaac349b075536275277a23c3ff88c4
MD5 8c1e727b6bd37ed3d1f6cf115891e391
BLAKE2b-256 7dcf46723c487bbca68633ba5bd4006a23a6a7ba1a4f554f42efa53ea80164c5

See more details on using hashes here.

File details

Details for the file django_powcaptcha-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_powcaptcha-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e2024860a50f2fe9becb62607feb9830e03b0e8d08de50675d1656578a3b6846
MD5 a46461587b918d2a7200e8c41b35e7d7
BLAKE2b-256 78940aac00c79abdc3c07694bda88db0e0b57dfadf049e563d239b12b18eab04

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page