I have 2 models in my Django app that have a many-to-many relationship. How do I display each of the categories that a product will have? What do I include in the view and template? I have 2 models in my Django app that have a ma
I have 2 models in my Django app that have a many-to-many relationship. How do I display each of the categories that a product will have? What do I include in the view and template? I have 2 models in my Django app that have a ma