Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntucker/django-recaptcha-form

Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.
https://github.com/ntucker/django-recaptcha-form

Last synced: 22 days ago
JSON representation

Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.

Awesome Lists containing this project

README

        

Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.

Make sure to set these settings in your django settings file:
RECAPTCHA_PUB_KEY
RECAPTCHA_PRIV_KEY

Requires recaptcha library: http://pypi.python.org/pypi/recaptcha-client

For more information about recaptcha, and to get a recaptcha key, visit: http://www.google.com/recaptcha

(Based on this post http://smileychris.com/ramblings/recaptcha/)