What I want to achieve is to make load one of my django models into a table and add some columns where the additional columns are queries based on 2 of the cells in the row. For example if the Person model has first name and last name, an additional column would be the result of "select top 1 from another_table where fname=fname and lname=lname"What I want to achieve is to make load one of m