Re: Exception Value: UNIQUE constraint failed: accounts_profile.user_id

2017-11-05 Thread Luiz Guilherme Schiefler de Arruda
rning. After >> creating a form using inlineformset_factory, I can't create an user. I got >> this error when creating the user inside the form I've created: >> >> Exception Value: >> >> UNIQUE constraint failed: accounts_profile.user_id >

Re: Exception Value: UNIQUE constraint failed: accounts_profile.user_id

2017-11-04 Thread Jani Tiainen
go and everything was ok until this morning. After > creating a form using inlineformset_factory, I can't create an user. I got > this error when creating the user inside the form I've created: > > Exception Value: > > UNIQUE constraint failed: accounts_profile.user_id >

Exception Value: UNIQUE constraint failed: accounts_profile.user_id

2017-11-04 Thread Luiz Guilherme Schiefler de Arruda
Hello folks, I'm studying Django and everything was ok until this morning. After creating a form using inlineformset_factory, I can't create an user. I got this error when creating the user inside the form I've created: Exception Value: UNIQUE constraint failed: accounts_