Re: Display of user model extension in admin

2016-06-14 Thread Larry Martell
On Tue, Jun 14, 2016 at 10:52 AM, Larry Martell wrote: > On Mon, Jun 13, 2016 at 4:12 PM, Larry Martell > wrote: >> I have extended the user model to another table I called UserInfo, and >> I added it to the add user admin page. >> >> So now when I go to add a user I see this on the page: >> >>

Re: Display of user model extension in admin

2016-06-14 Thread Larry Martell
On Mon, Jun 13, 2016 at 4:12 PM, Larry Martell wrote: > I have extended the user model to another table I called UserInfo, and > I added it to the add user admin page. > > So now when I go to add a user I see this on the page: > > User Info > User Info: #1 > > If I edit a user that exists I see: >

Display of user model extension in admin

2016-06-13 Thread Larry Martell
I have extended the user model to another table I called UserInfo, and I added it to the add user admin page. So now when I go to add a user I see this on the page: User Info User Info: #1 If I edit a user that exists I see: User Info User Info: UserInfo object How can I remove that second lin

Re: User model extension

2007-03-06 Thread limodou
On 3/6/07, Adam Rutkowski <[EMAIL PROTECTED]> wrote: > > First of all I'd like to say hi - I'm completely new to Django & Python, > however very excited about it; great framework, great language. > While reading Django docs I came across a problem, that I wasn't be able > to find exact solution fo

Re: User model extension

2007-03-06 Thread Frankie Robertson
On 06/03/07, Adam Rutkowski <[EMAIL PROTECTED]> wrote: > > First of all I'd like to say hi - I'm completely new to Django & Python, > however very excited about it; great framework, great language. > While reading Django docs I came across a problem, that I wasn't be able > to find exact solution

User model extension

2007-03-06 Thread Adam Rutkowski
First of all I'd like to say hi - I'm completely new to Django & Python, however very excited about it; great framework, great language. While reading Django docs I came across a problem, that I wasn't be able to find exact solution for. The point is how to handle a situation when the user model i