[Answered ]-Django model with multiple choices

2👍

✅

My suggestion is Create a separate Model called Category and put the category as ManyToMany field in the Serie model. in this way, you can filtering and the searching query will be easier.

Leave a comment