You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micha Hulsbosch edited this page Feb 15, 2018
·
1 revision
Django's database abstraction layer implements a many-to-many relationship by implicitly constructing a junction table. For this project we need to have all junction tables explicit in the models.