Re: Self-referential User relationship

2015-09-12 Thread thinkwell
Ok, I suppose never mind! I found this [django-friendship](https://github.com/revsys/django-friendship/) module and in reading their model layout, I'll be able to get done what I need to do. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Self-referential User relationship

2015-09-11 Thread thinkwell
Hello, I have to do a bit of a code rewrite and I want to measure twice and cut once with this. I need to store use extra information about each user, so I'm creating a profile. And each user can follow other users, so I create a ManyToMany field referencing the User model, and not "self" cor