Hi,
I have these models:
Book, Album (etc.) and they are "grouped" in Res (for Resources)
My code is at : http://dpaste.com/79178/

Is there some (simple) way to get admin to work like this:
Edit a Res --> the inline shows the Book class OR album class *depending* on 
what the class of the object in Res.

For example:
Edit Res (book):
title, publisher show up.
Under that:
author, vol

Edit Res(album):
title, publisher show up.
Under that:
artist

At the moment I have scraped together arcane bits of code to make my basic 
models and get some way of extracting an Object from the Res table. But I 
don't know how to give admin the same power.

\d

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to