Django recaptcha form field/widget app.
Перейти к файлу
Dave Dash b3ce0daadf Merge pull request #2 from dlo/patch-1
Remove duplicated lines
2011-06-19 22:01:41 -07:00
captcha Remove duplicated lines 2011-06-19 21:35:08 -07:00
.gitignore first commit 2010-05-27 12:19:42 +02:00
AUTHORS first commit 2010-06-14 18:55:44 +02:00
LICENSE copy correction 2010-06-17 16:30:32 +02:00
MANIFEST.in first commit 2010-06-14 18:55:44 +02:00
README.rst What was I smoking when I wrote that last sentence? 2010-08-04 21:56:56 -05:00
setup.py polish 2010-06-14 18:55:56 +02:00

README.rst

Inspired by
===========
Marco Fucci @ http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/


Requirements
===========
This version requires a custom version of the python-recaptcha library to provide ssl support for submit.
You can get the required version here:

http://github.com/bltravis/python-recaptcha

Add a new setting to your Django project settings file (eg.):

RECAPTCHA_USE_SSL = True

If you don't add this setting, the code is written to default to **NOT** use SSL.