[Answer]-Django model class inheritance with non managed classes

1👍

I think a better solution for your problem will be to chain results from both models and use the final result as input list for API.

How to combine 2 or more querysets in a Django view?

Leave a comment