Skip to content

Coding conventions

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.
Clone this wiki locally