Hi Folks, Actually I'm extending user model as foreignkey into my own model called Skills. So, suppose a user called X has skill of python and another user called Y has the same skill set then I'm creating two instance into my Skills table. But I want to do something like if X and Y have same skill then they should be under same hood which python(skill) like python---(X, Y) and if Y's another skill match with some others users then it should be like Django----(Y, Z). I know it is related to many to many relationship but I don't know how to implement it. I'm also searching about it if you people know how to solve it then it will save lots of time.
Thank you in advance. Regards, Soumen -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPUw6WbrZA_tocK4Jz1cMU%3DCeKa%3DHutE0DUCDdGvcXre514uXQ%40mail.gmail.com.