On Jun 8, 3:51 am, kenneth gonsalves <[email protected]> wrote:
> On Fri, 2012-06-08 at 00:05 -0700, AJAYI THEOPHILUS wrote:
> > i have just uploaded a django sitehttp://www.kuuzar.combut when
> > users  register it returns with the error IntegrityError at /accounts/
> > register/
>
> > duplicate key value violates unique constraint
> > "auth_user_username_key"
> > DETAIL:  Key (username)=() already exists.
>
> that means that a user with that name has already been created.
> --
> regards
> Kenneth Gonsalves

No the user has not been added the site has just been uploaded and new
user has been added i am testing trying to see how the registeration
page works one user registers successfully but subsequent user i try
to register return the exception   IntegrityError at /accounts/
register/
duplicate key value violates unique constraint
 "auth_user_username_key"
 DETAIL:  Key (username)=() already exists.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to