Get full course access
Purchase this course now to get full access to all the available lessons
Purchase Now
If you have already purchased this course then sign in and continue learning
Purchase this course now to get full access to all the available lessons
If you have already purchased this course then sign in and continue learning
In this lesson, we have added a new class Category and build a many to many relationship between Post and Category by using ManyToManyField of Django.
I am creating an eCommerce by following this tutorial. However, I want to handle Product reviews. What will be the relation between Product & Review? I am little confused