@@ -113,7 +113,14 @@ Example code from django-cms:
113113
114114### django-debug-toolbar
115115[ django-debug-toolbar] ( https://github.com/jazzband/django-debug-toolbar )
116-
116+ ([ project documentation] ( https://github.com/jazzband/django-debug-toolbar )
117+ and [ PyPI page] ( https://pypi.org/project/django-debug-toolbar/ ) )
118+ grants a developer detailed request-response cycle information while
119+ developing a [ Django] ( /django.html ) web application.
120+ The code for django-debug-toolbar is
121+ [ open source] ( https://github.com/jazzband/django-debug-toolbar/blob/master/LICENSE )
122+ and maintained by the developer community group known as
123+ [ Jazzband] ( https://jazzband.co/ ) .
117124
118125
119126### django-easy-timezones
@@ -231,6 +238,17 @@ Code examples from django-smithy are shown on the following pages:
231238* [ django.db.models TextField] ( /django-db-models-textfield-examples.html )
232239
233240
241+ ### django-taggit
242+ [ django-taggit] ( https://github.com/jazzband/django-taggit )
243+ ([ project documentation] ( https://django-taggit.readthedocs.io/ ) )
244+ [ PyPI page] ( https://pypi.org/project/django-taggit/ ) ) provides a way
245+ to create, store, manage and use tags in a [ Django] ( /django.html ) project.
246+ The code for django-taggit is
247+ [ open source] ( https://github.com/jazzband/django-taggit/blob/master/LICENSE )
248+ and maintained by the collaborative developer community group
249+ [ Jazzband] ( https://jazzband.co/ ) .
250+
251+
234252### drf-action-serializer
235253[ drf-action-serializer] ( https://github.com/gregschmit/drf-action-serializer )
236254([ PyPI page] ( https://pypi.org/project/drf-action-serializer/ ) )
0 commit comments