Re: Registration form and Profile form is not saving

2009-04-13 Thread Daniel Roseman
On Apr 13, 5:57 am, Praveen wrote: > How the current user logging-in first while registration.. you mean to > say after successfully registration the user must login automatically. Well, you haven't explained the user flow at all here. But I assume that it's the RegistrationForm that's doing the

Re: Registration form and Profile form is not saving

2009-04-12 Thread Praveen
How the current user logging-in first while registration.. you mean to say after successfully registration the user must login automatically. On Apr 11, 7:55 pm, Praveen wrote: > Hi all, i am really fed up and have tried number of way. Please read > my last line which really describe where i am

Re: Registration form and Profile form is not saving

2009-04-11 Thread Daniel Roseman
On Apr 11, 3:55 pm, Praveen wrote: > Hi all, i am really fed up and have tried number of way. Please read > my last line which really describe where i am facing problem. > First Attempt. > Problem:Data is saving for register and contact but for profile i get > error > ValueError > Exception Va

Registration form and Profile form is not saving

2009-04-11 Thread Praveen
Hi all, i am really fed up and have tried number of way. Please read my last line which really describe where i am facing problem. First Attempt. models.py - class UserProfile(models.Model): user = models.ForeignKey(User, unique=True, verbose_name=_ ('user')) gender = models.Ch