File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
content/pages/examples/django Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
400413to create, store, manage and use tags in a [ Django] ( /django.html ) project.
401414The code for django-taggit is
You can’t perform that action at this time.
0 commit comments