How to display two QuerySets in one table?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-30T19:55:02Z Indexed on 2010/05/30 20:02 UTC
Read the original article Hit count: 133

Filed under:

I have two different QuerySets which both return a list of Users (with different fields). How can I display them both in one HTML table? One Query will always be a subset of the other; I just want to fill in the missing data with 0s. How can I do this?

© Stack Overflow or respective owner

Related posts about django