Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

jordij/django-sweetcaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT MALWARE ISSUE: https://blog.sucuri.net/2015/06/sweetcaptcha-service-used-to-distribute-adware.html

Django SweetCaptcha ================ Django SweetCaptcha form field/widget integration app.

django-sweetcaptcha provides a form field to integrate the sweetCaptcha service.

Installation

  1. Install or add django-sweetcaptcha to your Python path.
  2. Add sweetcaptcha to your INSTALLED_APPS setting.
  3. Register your sweetCaptcha account here.
  4. Add SWEETCAPTCHA_APP_ID and SWEETCAPTCHA_APP_KEY settings to the project's settings.py file. These settings are provided by the previous step.

Usage

Field

The quickest way to add sweetcaptcha to a form is to use the included SweetCaptchaField field type. A SweetCaptcha widget will be rendered with the field validating itself without any further action required from you. For example:

To allow for runtime specification of keys:

If specified these parameters will be used instead the ones specified in your project settings.

Credits

client.py taken from sweetcaptcha by Jaime Wyant .

Thanks to sweetcaptcha

About

A simple Django sweetcaptcha field/form app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages