-
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
Author Archives: admin
django :: Http404 handling
Just like “everyone” else I’ve written a custom CMS (Content Management System) that we use internally. One can discuss the merits of writing your own vs. using something like Plone, but given a boss who sometimes wants it “just so” … Continue reading
Posted in Uncategorized
Leave a comment
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
emacs :: autocompletion and code-commenting
I’m a believing member in the church of emacs, and in honor of the new release I went looking for solutions to a couple of outstanding issues I’ve had with my emacs installation. Today’s first emacs find is M-; which, … Continue reading
Posted in emacs, Python
Leave a comment
OpenID
I was checking out a number of 37signals’ webapps today (Highrise, Basecamp, and a few others… well worth a look). When I discovered I could sign in with OpenID. After a little googling and watching an excellent screencast over at … Continue reading
Posted in it
Leave a comment