If I want to make a manytomany relationship that has an attribute in the relation, how do I do that in Django?
My specific problem is this, I have a course, subject and class objects. Each subject(ex: "Calculus I") has many classes (ex: A, B, C, etc), that are offered to many courses (ex: CS, Physics) but for each relationship class<->course you have a vacancy (max people that can enroll from a course in each class).