Archive for January, 2010

Django: ProgrammingError: Can’t Adapt

I find I get an error like this far too often, but not often enough to remember why I got the problem the previous time. For my own sanity, I’m blogging about it for reference. The error itself is not very descriptive:
Exception Type: ProgrammingError
Exception Value: can’t adapt
Unless there is something I’m forgetting, it seems 100% [...]

January 28, 2010  Tags:   Posted in: Programming & Internet  9 Comments

Basic Authentication on mod_wsgi

I’m currently in the process of creating an iPhone app for Inzolo. This requires an API of course. I wanted to take advantage of what was currently available for Django and I came across wapi. Time is of the essence so I decided to take the easiest route and use basic authentication for now. (I’m [...]

January 11, 2010  Tags: , , , , , , , ,   Posted in: Programming & Internet  10 Comments