Discussion:
Create Follow model
Aditya Bohra
2018-11-09 10:23:54 UTC
Permalink
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/96bfd10d-83b3-4109-aa2b-179c8b705781%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mazz ahmed
2018-11-09 11:00:39 UTC
Permalink
https://docs.djangoproject.com/en/2.1/topics/auth/customizing/
Post by 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
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/96bfd10d-83b3-4109-aa2b-179c8b705781%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/96bfd10d-83b3-4109-aa2b-179c8b705781%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABuXbh-YTkmRro_nMhLhv2nM8tPLap1sk8DV3wYJo_raBPt3Tw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Aditya Bohra
2018-11-09 11:22:31 UTC
Permalink
Post by Aditya Bohra
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 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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/91eccd3e-cc6e-44e8-bc63-28bf900d4eee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mazz ahmed
2018-11-09 11:29:34 UTC
Permalink
Sorry I didn't get what you are looking for? Are you want to authenticate
from Twitter or something else..
Post by Aditya Bohra
Post by Aditya Bohra
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 because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/91eccd3e-cc6e-44e8-bc63-28bf900d4eee%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/91eccd3e-cc6e-44e8-bc63-28bf900d4eee%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABuXbh99gF6zWeHMdoADWPVKrQc8%2BmkJpLx%2BxJ062pWui0Xqvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
mazz ahmed
2018-11-09 11:32:20 UTC
Permalink
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.
Post by Aditya Bohra
Post by Aditya Bohra
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 because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/91eccd3e-cc6e-44e8-bc63-28bf900d4eee%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/91eccd3e-cc6e-44e8-bc63-28bf900d4eee%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABuXbh9%3DEFsPP2ne4vxYKn_iMnov3NchoMS8a-K7DP5PuSPrLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Aditya Bohra
2018-11-09 11:35:37 UTC
Permalink
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/daadcd54-b4e3-4730-8fd3-3d997f16087d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
udeep shrestha
2018-11-09 10:34:52 UTC
Permalink
show me your code for user model. try django-activity-stream
Post by 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
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/96bfd10d-83b3-4109-aa2b-179c8b705781%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/96bfd10d-83b3-4109-aa2b-179c8b705781%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJRhcavNqT83dZ7HzJtnXWTwY5s7HXQCUrLKLhEZhB52PTB_rg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Aditya Bohra
2018-11-09 12:32:44 UTC
Permalink
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 emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/29cda490-6760-4b9a-a01f-191b051510d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...