add Tagging section

This commit is contained in:
Vinta 2014-07-02 01:28:44 +08:00
parent 7623c023ee
commit ccca9ab648
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
- [Web Content Extracting](#web-content-extracting) - [Web Content Extracting](#web-content-extracting)
- [Forms](#forms) - [Forms](#forms)
- [Anti-spam](#anti-spam) - [Anti-spam](#anti-spam)
- [Tagging](#tagging)
- [Networking](#networking) - [Networking](#networking)
- [Admin Panels](#admin-panels) - [Admin Panels](#admin-panels)
- [DevOps Tools](#devops-tools) - [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-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. * [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 ## Networking
*Libraries for network programming.* *Libraries for network programming.*