mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add Tagging section
This commit is contained in:
parent
7623c023ee
commit
ccca9ab648
1 changed files with 7 additions and 0 deletions
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue