Re: multi level category table with parent_id field

2007-08-15 Thread gt7658b
Thanks, it worked. On Aug 13, 1:31 am, Nicola Larosa <[EMAIL PROTECTED]> wrote: > Hai Dong wrote: > > I was wondering how to use django to achieve the following application. > > Suppose my articles are organized in categories, subcategories, and > > subsubcategories. Database wise it will be good

Re: multi level category table with parent_id field

2007-08-12 Thread Nicola Larosa
Hai Dong wrote: > I was wondering how to use django to achieve the following application. > Suppose my articles are organized in categories, subcategories, and > subsubcategories. Database wise it will be good to have a category table > with a parent_id referring to itself. I don't know how to ach

multi level category table with parent_id field

2007-08-12 Thread Hai Dong
Hello, I was wondering how to use django to achieve the following application. Suppose my articles are organized in categories, subcategories, and subsubcategories. Database wise it will be good to have a category table with a parent_id referring to itself. I don't know how to achieve this by dja