Re: How to retrieve "sms" for a user on Admin

2009-06-09 Thread David
Thanks Alex. Then I do not make any modifications. Have a great day. On Jun 9, 8:29 am, David wrote: > Actually I have already created a "userProfile" that extends User. In > the "userProfile" I have "sms".  However, this makes me have an extra > table though it works. > > I just wonder if I sh

Re: How to retrieve "sms" for a user on Admin

2009-06-09 Thread David
Actually I have already created a "userProfile" that extends User. In the "userProfile" I have "sms". However, this makes me have an extra table though it works. I just wonder if I should modify the original view or just use this userProfile to extend. On Jun 9, 8:22 am, David wrote: > Hi,

Re: How to retrieve "sms" for a user on Admin

2009-06-09 Thread Alex Gaynor
On Tue, Jun 9, 2009 at 11:22 AM, David wrote: > > Hi, > > I am in a position of "/admin/auth/user/", where it lists a user's > username, e-mail address, first name, last name and staff status. The > title of this page is "Select user to change". If I click a user's > username, then I am transferr

How to retrieve "sms" for a user on Admin

2009-06-09 Thread David
Hi, I am in a position of "/admin/auth/user/", where it lists a user's username, e-mail address, first name, last name and staff status. The title of this page is "Select user to change". If I click a user's username, then I am transferred to "Change user" webpage. I checked /django/contrib/auth