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.5.tar.gz (4.8 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.5-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_powcaptcha-0.0.5.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

Hashes for django_powcaptcha-0.0.5.tar.gz
Algorithm Hash digest
SHA256 b1f63405442ca3e780a60395b8f2e92e0a8e06415503631478ce95eecce9c017
MD5 bb3576273bfee6d60729401b7a52f6d5
BLAKE2b-256 905d0b36b95a7e84de928d63e34be4475abb785ceda09dae99bfae8179a9ac92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_powcaptcha-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2134f62dd9529107593073de73cbe888706fc0357346a55257f40f438cdee171
MD5 0e526ce771d1a8d8150fa53c9ffa2799
BLAKE2b-256 4a0ec9de74eedad35e638e35d256809d006a683ee3c6655ece32e6fe8048f1d9

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