Skip to content
Advertisement

I want to get all anime related to specific Genre,

model

JavaScript

view

JavaScript

urls

JavaScript

Advertisement

Answer

You should filter on the genre field of the Genre, so:

JavaScript

Note: Models in Django are written in PascalCase, not snake_case, so you might want to rename the model from anime to Anime.

Advertisement