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_profile.user_id Ana

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

2017-11-05 Thread Luiz Guilherme Schiefler de Arruda
; > See > http://musings.tinbrain.net/blog/2015/jun/10/updating-two-models-single-post/ > for proper solution. > > 5.11.2017 0.01 "Luiz Guilherme Schiefler de Arruda" > kirjoitti: > >> Hello folks, >> >> I'm studying Django and everything was ok until this mo

Re: How do I customize registration form HTML?

2017-12-01 Thread Luiz Guilherme Schiefler de Arruda
Hello, I don't know if this tutorial will help you. It helped me a lot. https://simpleisbetterthancomplex.com/series/2017/09/25/a-complete-beginners-guide-to-django-part-4.html#sign-up It is a very good serie teaching how to build a board. Em quinta-feira, 30 de novembro de 2017 22:50:35 UTC-2,