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.6.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file django_powcaptcha-0.0.6.tar.gz.

File metadata

  • Download URL: django_powcaptcha-0.0.6.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for django_powcaptcha-0.0.6.tar.gz
Algorithm Hash digest
SHA256 3c791e606160859259d87d8291367d057e51ed1add48da966ed98d62cc286c76
MD5 f19e5f5edd4952e84e1d11b9457a6dad
BLAKE2b-256 5df053e1f35f9a34dfdc4f1a8adc88d611855555fe5d3e0d96793791dee90341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_powcaptcha-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c4e748f672b9147d6f573afee21dcbae11b082e5340a7172c5667152ec7e3f36
MD5 158799fde651ed7ac2a9004a0fc0eac9
BLAKE2b-256 5390124d380d5d7a165d3fc561b8da5de1ec31d34b5c585ba9ff7c1d87500f2b

See more details on using hashes here.

Supported by

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