Using django-tables2, django-filters and django-crispy-forms together

I was recently working on a very CRUDy prototype and decided to use some Django applications and tools together I hadn’t combined before: A view that uses all three apps together could look like this: class FooTableView(TemplateView): template_name = ‘myapp/foo_list.

http://kuttler.eu/post/using-django-tables2-filters-crispy-forms-together/