2👍
You might use itertools.chain(*iterables).
Then, you can create two different querysets and join them together in object_list.
Check this post.
Source:stackexchange.com
2👍
You might use itertools.chain(*iterables).
Then, you can create two different querysets and join them together in object_list.
Check this post.