Re: About extending the django inbuilt user

2020-01-14 Thread sachinbg sachin
Thanks carstien On Wed, Jan 15, 2020, 12:10 PM Carsten Fuchs wrote: > Besides what others have said, I suggest you have a look at > > https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#extending-the-existing-user-model > and all subsequent sections. > > If you have not started your p

Re: About extending the django inbuilt user

2020-01-14 Thread Carsten Fuchs
Besides what others have said, I suggest you have a look at https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#extending-the-existing-user-model and all subsequent sections. If you have not started your project yet (have no migrations yet), look at https://github.com/jambonsw/django-im

Re: About extending the django inbuilt user

2020-01-14 Thread sachinbg sachin
I was getting some error like is_staff is not an atribute an other source are git link I tried to fix that but am not able to do that -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from

Re: About extending the django inbuilt user

2020-01-14 Thread aakansha jain
hey, I am a beginner. I also want to contribute on django framework but I am not getting how to run the project and see the code of it. On Tue, Jan 14, 2020 at 9:41 PM sachinbg sachin wrote: > Hii every one I want to add some additional fields in inbuilt django user > model am tried many of the

Re: About extending the django inbuilt user

2020-01-14 Thread Farai M
Just do a one to One to the user table because if you have already created and migrated the model on first install .Creating a custom model will give you a headache On Tue, Jan 14, 2020 at 6:11 PM sachinbg sachin wrote: > Hii every one I want to add some additional fields in inbuilt django user

Re: About extending the django inbuilt user

2020-01-14 Thread ROHIT CHAUHAN
https://www.codingforentrepreneurs.com/tags/django/ On Tue, 14 Jan 2020 at 21:41, sachinbg sachin wrote: > Hii every one I want to add some additional fields in inbuilt django user > model am tried many of the things am not achieved that any reference help > me and any sources > Git repositorie

Re: About extending the django inbuilt user

2020-01-14 Thread Kasper Laudrup
On 14/01/2020 17.10, sachinbg sachin wrote: Hii every one I want to add some additional fields in inbuilt django user model am tried many of the things am not achieved that any reference help me and  any sources Git repositories Thanks in advance https://simpleisbetterthancomplex.com/tutoria

About extending the django inbuilt user

2020-01-14 Thread sachinbg sachin
Hii every one I want to add some additional fields in inbuilt django user model am tried many of the things am not achieved that any reference help me and any sources Git repositories Thanks in advance -- You received this message because you are subscribed to the Google Groups "Django users" g