Skip to content

ntucker/django-recaptcha-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages