Blog Archive for August 19, 2011

Django Class Based Views

August 19, 2011

I needed to receive paypal IPN notifications, and the sample code I found was using a Django class based view. It didn't quite work with Django 1.3 for various reasons, so I had to work out what was going on.

The View Class

I'm using two classes here. The first …