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.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

django_powcaptcha-0.0.2-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

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