Re: How to customize admin interface to edit foreignkey objects on the same page?

2009-01-09 Thread itsnotvalid
Just to add: would is be better to create a ParentProfile and link it to the default profile of user and then Subclass every other custom profiles to this ParentProfile and make some manager/model methods to all the system to find the user's profiles? Also would it be possible to access the

How to customize admin interface to edit foreignkey objects on the same page?

2009-01-08 Thread itsnotvalid
I have two model, say CustomProfile and User. When I want to edit CustomProfile I also want to edit the required User object at the same time, which means that for the admin it would look like they are joined together on the add/edit page of CustomProfile. However since I have different profiles