Re: User Profile Problem

2009-04-07 Thread hc w
nt to know is this a bug of mod_python or maybe the problem lies somewhere else?  thanks a lot anyway! Best Regards, /sky --- 09年4月7日,周二, Dougal Matthews 写道: 发件人: Dougal Matthews 主题: Re: User Profile Problem 收件人: django-users@googlegroups.com 日期: 2009年4月7日,周二,下午8:33 Why do you want to chang

Re: User Profile Problem

2009-04-07 Thread Dougal Matthews
Why do you want to change the User model? This might be a useful read for you if you want to store more info about a user... http://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/4/

User Profile Problem

2009-04-07 Thread hc w
Hii, all  I just want to add a foreign key--'FourS'-- to the user model .I have modified it as following.it works on our dev env in windows but failed in product env in linux ( apache2.0.54 +mod_python3.3.1+prefork mode)  .  Can anyone tell me why and some solution?  Thanks MODEL:  from djan

Re: User profile problem

2008-03-28 Thread Francisco Benavides
Hi Karen, Thanks! On Mar 27, 6:12 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 6:45 PM, Francisco Benavides < > > > > [EMAIL PROTECTED]> wrote: > > > Hi, > > > I am in the process of adding more information to the user, managed > > via django.contrib.auth. I am gettin

Re: User profile problem

2008-03-27 Thread Karen Tracey
On Thu, Mar 27, 2008 at 6:45 PM, Francisco Benavides < [EMAIL PROTECTED]> wrote: > > Hi, > > I am in the process of adding more information to the user, managed > via django.contrib.auth. I am getting an error in the admin > interface, when trying to add a profile to a given user. First time > th

User profile problem

2008-03-27 Thread Francisco Benavides
Hi, I am in the process of adding more information to the user, managed via django.contrib.auth. I am getting an error in the admin interface, when trying to add a profile to a given user. First time the interface crashes, but the profile gets added, so the next time I try to add the same profil