From ff87ea16fdfd18460c683387defbe38fae914c5f Mon Sep 17 00:00:00 2001 From: wsvincent Date: Thu, 17 May 2018 10:17:04 -0400 Subject: [PATCH] add django-tables2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2493eaa..b2bbc6c 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ * [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets * [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django * [django-hijack](https://github.com/arteria/django-hijack) - Admins can log in and work on behalf of other users without having to know their credentials +* [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting * [django-test-plus](https://github.com/revsys/django-test-plus/) - Useful additions to Django's default TestCase * [pytest-django](https://github.com/pytest-dev/pytest-django) - Use pytest features in Django * [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS)