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.4.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.4-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

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

Hashes for django_powcaptcha-0.0.4.tar.gz
Algorithm Hash digest
SHA256 87379d1604283f2fdb6185af2f4bd80223ec35e2031d92eceeee5e1f4bda29ff
MD5 ae465562a7113e6cb66e9deed80feaa2
BLAKE2b-256 c6695355acda56985829712fddd79ef166029f340298d3ef5f7c914238a5d522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_powcaptcha-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5ed97c22682635b4b1bca4cc1d698a1631091da2322401c0df1fab632692ba10
MD5 05f06f4600a7ef6af5e2f372f58ae64a
BLAKE2b-256 05bb62ccf746ad5800afbf8362a51dd1e5456b5c00e2444214cdce02557c6d1e

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