[Answer]-Django Model/Database Design

1👍

You can make a ManyToManyField connect via an intermediary model. This model can control the sorting of the entries. Take a look at for example this question and answer: Django ManyToManyField ordering using through?.

Leave a comment