diff --git a/README.md b/README.md index 2da4526..090eabf 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b - [Web Content Extracting](#web-content-extracting) - [Forms](#forms) - [Anti-spam](#anti-spam) + - [Tagging](#tagging) - [Networking](#networking) - [Admin Panels](#admin-panels) - [DevOps Tools](#devops-tools) @@ -398,6 +399,12 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [django-simple-spam-blocker](https://github.com/moqada/django-simple-spam-blocker) - Simple spam blocker for Django. * [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - A simple and highly customizable Django app to add captcha images to any Django form. +## Tagging + +*Libraries for tagging items.* + +* [django-taggit](https://github.com/alex/django-taggit) - Simple tagging for Django. + ## Networking *Libraries for network programming.*