Skip to content

Commit 3a27397

Browse files
committed
add django-tables2 for example code
1 parent 125bb1b commit 3a27397

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,22 @@ Code examples from django-smithy are shown on the following pages:
393393
* [django.db.models TextField](/django-db-models-textfield-examples.html)
394394

395395

396+
### django-tables2
397+
[django-tables2](https://github.com/jieter/django-tables2)
398+
([projection documentation](https://django-tables2.readthedocs.io/en/latest/)
399+
and
400+
[PyPI page](https://pypi.org/project/django-tables2/))
401+
is a code library for [Django](/django.html) that simplifies creating and
402+
displaying tables in [Django templates](/django-templates.html),
403+
especially with more advanced features such as pagination and sorting.
404+
The project and its code are
405+
[available as open source](https://github.com/jieter/django-tables2/blob/master/LICENSE).
406+
407+
396408
### django-taggit
397409
[django-taggit](https://github.com/jazzband/django-taggit)
398-
([project documentation](https://django-taggit.readthedocs.io/))
410+
([project documentation](https://django-taggit.readthedocs.io/)
411+
and
399412
[PyPI page](https://pypi.org/project/django-taggit/)) provides a way
400413
to create, store, manage and use tags in a [Django](/django.html) project.
401414
The code for django-taggit is

0 commit comments

Comments
 (0)