PyAWS - Adding request authentication

From August 2009 Amazon requires you to add an authentication signature to every request to their Product Advertising API (ECS). I have been using the wonderful PyAWS library for a few years so took upon myself to add this feature.

more ...

Speed up file caching in Django

I recently had to find a bug in a site running Django. The site made heavy use of Django's file based caching, somewhere in the region of 100,00 files. The problem turned out to be that the current Django file caching code was not really intended to handle this many files.

more ...