On 10/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm very new to Django and I'm learning it by adapting the stuff from > the tutorial to a new (test) application, a Forum. The tutorial nicely > explains that you don't want "Polls" and "Choices" in the main menu, > because "Choices" is a part of "Poll". With my test-app I want to go > even further. I have a Forum, which has Threads, which have Posts.
Hey Tim, An easy solution would be to give each model -- Forum, Thread and Post -- its own meta.Admin(). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org