-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: November 2009
django :: implementing reCAPTCHA in 5 easy steps
It turns out reCAPTCHA is very easy to implement Step #1: install the Python client: Step #2: obtain public and private keys here: http://recaptcha.net/whyrecaptcha.html. Step #3: Then create a small helper module, mycaptcha.py, for convenience and to keep your keys … Continue reading
Posted in django
Leave a comment