Re: An application for hierarchical tagging?

2011-10-10 Thread Fabrizio Mancini
On 10 October 2011 15:00, Jim wrote: > Is there an application that would characterize the data by hierarchy? > > That is, I want a taxonomy for my data to go something like this. > books > books > fiction > books > fiction > murder mysteries > and my data can be associated with one or more su

Re: An application for hierarchical tagging?

2011-10-10 Thread BILLION Sébastien
Hi, I think this can be exactly what you want: https://github.com/django-mptt/django-mptt BILLION Sébastien the Answer to the ultimate question of life, the universe and everything is 42 http://www.sebastienbillion.com/ Le 10/10/2011 15:00, Jim a écrit :

An application for hierarchical tagging?

2011-10-10 Thread Jim
Is there an application that would characterize the data by hierarchy? That is, I want a taxonomy for my data to go something like this. books books > fiction books > fiction > murder mysteries and my data can be associated with one or more sub-branches of this tree. I'm using django-taggin

Trying to do hierarchical tagging using django-tagging-0.3

2009-11-22 Thread pamad
So, I'm trying to extend the Tag-model in tagging.models the following way: from django.db import models from tagging.models import Tag class TagContext(models.Model): context = models.ForeignKey( Tag, unique=True, related_name='context' ) parent = models.ForeignKey( Tag, related_

Re: Hierarchical Tagging

2008-09-09 Thread rsc
Have you also looked at Cheers, On Sep 9, 4:41 pm, bedros <[EMAIL PROTECTED]> wrote: > thanks, I was look for that feature too. > > -B > > On Sep 9, 4:02 am, "Nikolay Panov" <[EMAIL PROTECTED]> wrote: > > > You may check the > > following:http://code.dja

Re: Hierarchical Tagging

2008-09-09 Thread bedros
thanks, I was look for that feature too. -B On Sep 9, 4:02 am, "Nikolay Panov" <[EMAIL PROTECTED]> wrote: > You may check the > following:http://code.djangoproject.com/wiki/CookBookCategoryDataModelhttp://code.google.com/p/django-categories/ > > Have a nice day, >    Nikolay. > > On Tue, Sep 9,

Re: Hierarchical Tagging

2008-09-09 Thread Nikolay Panov
You may check the following: http://code.djangoproject.com/wiki/CookBookCategoryDataModel http://code.google.com/p/django-categories/ Have a nice day, Nikolay. On Tue, Sep 9, 2008 at 13:40, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > Hi, > > django-tagging looks nice, but I need to have

Hierarchical Tagging

2008-09-09 Thread Thomas Guettler
Hi, django-tagging looks nice, but I need to have hierarchical tags: animal / bird / eagle Any idea: Hack/Update django-tagging, create own, use django-??? Thomas -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de --~--~-~--~~---