Re: User Profile in Admin interface (using trunk)

2008-06-23 Thread [EMAIL PROTECTED]
I am doing this in newforms-admin. As far as I cannot tell, you cannot do this using the default root site, because the inline is diclared in the parent model rather than the child model. The User creates and registers with the default admin site on it's own, so you have to declare your own

Re: User Profile in Admin interface (using trunk)

2008-06-22 Thread Alessandro Ronchi
2008/6/21, ristretto <[EMAIL PROTECTED]>: > > Was there any solution to this? I'm looking through the tickets, > wiki, docs, web, and now the source trying to figure out how to get my > profile data saved along with a User in the admin. Anyone have that > working? My situation is the same

Re: User Profile in Admin interface (using trunk)

2008-06-21 Thread Johan Liseborn
On Sat, Jun 21, 2008 at 02:46, ristretto <[EMAIL PROTECTED]> wrote: > > Was there any solution to this? I'm looking through the tickets, > wiki, docs, web, and now the source trying to figure out how to get my > profile data saved along with a User in the admin. Anyone have that > working? My

Fwd: User Profile in Admin interface (using trunk)

2008-06-20 Thread ristretto
, edit_inline=models.TABULAR) Thanks! -- Forwarded message -- From: "Johan Liseborn" <[EMAIL PROTECTED]> Date: Feb 28, 5:02 am Subject: User Profile in Admin interface (using trunk) To: Django users I don't know if I am missing the obvious, or if what I am try