Django MySQL retrieving data from multiple tables
I am trying to retrieve data from multiple tables in the same query to be rendered in an html page. Models and view below, ultimately I am trying to return a query set with following structure: filter SearchResults table by…