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
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
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
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
4 matches
Mail list logo