17 Jun 2011 For those poor souls who are forced to deploy Django on IIS, I feel your pain. I spent the better part of my morning fixing a broken PyISAPIe. To shortcut your trek, here's what I've found. Signals have changed since the last release. To fix this, I altered the call to signals to directly call the signals instead of importing the signals module. I then updated the signal calls themselves to reflect the new style. Another change in Django since the latest version of PyISAPIe was re...