-
Recent Posts
Recent Comments
- tb on Pre-compiled binaries for PyCrypto 2.6.1 (py27) on Win7
- Dominik on Pre-compiled binaries for PyCrypto 2.6.1 (py27) on Win7
- admin on Package dk
- admin on django :: list_display can’t sort on attribute of foreign key field…
- Anika Dejong Butler on django :: list_display can’t sort on attribute of foreign key field…
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: [sourcecode language=”ps”] easy_install recaptcha-client [/sourcecode] Step #2: obtain public and private keys here: http://recaptcha.net/whyrecaptcha.html. Step #3: Then create a small helper module, mycaptcha.py, for … Continue reading
Posted in django
Leave a comment