remove Tagging category: too thin (1 entry)

Only contained django-taggit. Single-entry categories
don't add enough value to a curated list.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-01-08 17:18:10 +08:00
parent 5e55b37cb7
commit bfc06bc0ad
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -86,7 +86,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Shell](#shell)
- [Specific Formats Processing](#specific-formats-processing)
- [Static Site Generator](#static-site-generator)
- [Tagging](#tagging)
- [Task Queues](#task-queues)
- [Template Engine](#template-engine)
- [Testing](#testing)
@ -997,12 +996,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [nikola](https://github.com/getnikola/nikola) - A static website and blog generator.
* [pelican](https://github.com/getpelican/pelican) - Static site generator that supports Markdown and reST syntax.
## Tagging
*Libraries for tagging items.*
* [django-taggit](https://github.com/jazzband/django-taggit) - Simple tagging for Django.
## Task Queues
*Libraries for working with task queues.*