Re: Create Follow model

2018-11-09 Thread Aditya Bohra
I only inherited the Django user model to create my own and I saw that we can use "self" in relationship but cant figure out which one to use -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: Create Follow model

2018-11-09 Thread udeep shrestha
show me your code for user model. try django-activity-stream On Fri, Nov 9, 2018 at 4:09 PM Aditya Bohra wrote: > I am having problem Creating follow model . > This is to be used with django user model > > -- > You received this message because you are subscribed to the Google Groups > "Django u

Re: Create Follow model

2018-11-09 Thread Aditya Bohra
I need to let a user follow other user -- 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 it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send e

Re: Create Follow model

2018-11-09 Thread mazz ahmed
https://stackoverflow.com/questions/10602071/following-users-like-twitter-in-django-how-would-you-do-it Please Check this you have to create another model which have to associate with user model...If not getting from this link check youtube you have better understanding. On Fri, Nov 9, 2018 at 4:2

Re: Create Follow model

2018-11-09 Thread mazz ahmed
Sorry I didn't get what you are looking for? Are you want to authenticate from Twitter or something else.. On Fri, Nov 9, 2018 at 4:23 PM Aditya Bohra wrote: > > > On Friday, November 9, 2018 at 3:53:54 PM UTC+5:30, Aditya Bohra wrote: >> >> I am having problem Creating follow model . >> This is

Re: Create Follow model

2018-11-09 Thread Aditya Bohra
On Friday, November 9, 2018 at 3:53:54 PM UTC+5:30, Aditya Bohra wrote: > > I am having problem Creating follow model . > This is to be used with django user model > I want to implement follow method like in twitter so how to implement that in django models -- You received this message bec

Re: Create Follow model

2018-11-09 Thread mazz ahmed
https://docs.djangoproject.com/en/2.1/topics/auth/customizing/ On Fri, Nov 9, 2018 at 3:24 PM Aditya Bohra wrote: > I am having problem Creating follow model . > This is to be used with django user model > > -- > You received this message because you are subscribed to the Google Groups > "Django

Create Follow model

2018-11-09 Thread Aditya Bohra
I am having problem Creating follow model . This is to be used with django user model -- 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 it, send an email to django-users+unsubscr...@g