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?.
Source:stackexchange.com
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?.