shivankgtm

1,034
reputation
1
8
16

I work as a Backend Engineer in Jaipur, India. I mostly code in Python. I can be reached out on twitter @shivankgtm

  1. Avoid using ManyToMany relationship in django, instead create a mapping table having two foreign keys with different models to handle your use case(that's what django does in background). it ll be more visible and accessible to you.