Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkjones/django-taxonomy
A django app to support whatever classification type (category, label, tag) you can dream up.
https://github.com/bkjones/django-taxonomy
Last synced: 14 days ago
JSON representation
A django app to support whatever classification type (category, label, tag) you can dream up.
- Host: GitHub
- URL: https://github.com/bkjones/django-taxonomy
- Owner: bkjones
- License: bsd-3-clause
- Created: 2010-02-15T01:25:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T18:47:07.000Z (over 5 years ago)
- Last Synced: 2024-10-14T18:03:58.877Z (28 days ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 59
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
django-taxonomy is an app that is completely self-contained, following
the 'loosely-coupled' mantra that most of the Django community puts forth.With this app installed, you not only create categories, you create the whole
notion of categories in your application, *then* create categories. If your
app evolves and needs tags later, don't install a "tags" app, just create the
notion of "tags" right there on the spot using django-taxonomy! Wanna create
labels? What are those?! I don't know, but if it's a way to classify
information in your app, I hope django-taxonomy can handle it.To see some background on why/how this was created, please see this blog post,
which discusses it in gory detail.
http://protocolostomy.com/2009/08/21/lessons-learned-while-creating-a-generic-taxonomy-app-for-django/