On Thu, Mar 26, 2009 at 11:11 AM, Marcos Marin <marcosma...@gmail.com>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 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 problem now is with the admin interface. My ideal solution is to have > the profile as an inline of the user, but show the correct inline model > depending on the user's group. The only way I can think of doing this is > using the get_urls() to create my own view but I think with this solution I > would have to re-create a lot of things that already exist. > > Anyone have a better idea on how I can accomplish this? or at least how to > do my idea re-using as much as possible from what already exists? > > Thanks! > > > > You should be able to do it by overiding the get_formsets method on the ModelAdmin: http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py#L357 Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---