Re: Conditional Inline in admin interface

2009-03-26 Thread Marcos Marin
users@googlegroups.com Subject: Re: Conditional Inline in admin interface On Thu, Mar 26, 2009 at 11:11 AM, Marcos Marin wrote: I have an app with three different kinds of users (staff, students and professors) and each of these have a unique profile model. I was recommended to use a proxy

Conditional Inline in admin interface

2009-03-26 Thread Marcos Marin
I have an app with three different kinds of users (staff, students and professors) and each of these have a unique profile model. I was recommended to use a proxy class to override get_profile() so that it will return the correct profile depending on the user's group and this seems to work. My