Getting startedΒΆ
Django-tables2 is Available on pypi and can be installed using pip:
pip install django-tables2
After installing, add 'django_tables2' to INSTALLED_APPS and add
'django.core.context_processors.request' to the context_processors
in your template setting OPTIONS.