A one-to-many relationship is far more common and is the default foreign key setting within
Django. For example, one student can sign up for many classes.
Is that example one-to-many or many-to-many? Because a class may belong to more than one student.
Good pt. It really depends how you configure your models but that example could be improved to be less confusing. Working on that now for the 4.0 update.
Is that example one-to-many or many-to-many? Because a class may belong to more than one student.