Hi all,
New to django,
Can someone please tell me how to let multiple user register to my app with
different field and authentication.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails fro
On 06/08/2012 01:06 PM, AJAYI THEOPHILUS wrote:
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 Inte
On Jun 8, 3:51 am, kenneth gonsalves 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
On Fri, 2012-06-08 at 00:05 -0700, AJAYI THEOPHILUS wrote:
> i have just uploaded a django site http://www.kuuzar.com but when
> users register it returns with the error IntegrityError at /accounts/
> register/
>
> duplicate key value violates unique constraint
> "auth_user_username_key"
> DETAIL
i have just uploaded a django site http://www.kuuzar.com but 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.
--
You received this message becau
5 matches
Mail list logo