I am trying to create some tables for my application using django-tables2 and running into some difficulties. I am using Python 2.7, and Django 1.7. I am following the tutorial,
Had the same problem. I forgot to add SingleTableMixin in the parameters of the view class
SingleTableMixin