How can I write a custom query in Django admin and display the results in the default list view?
Query: SELECT user,count(tag) as total_tags FROM group by user;
E