How to avoid a count query in Django if you can

How to avoid a count query in Django if you can

Articles
This article shows us how to get database results with a count in one database query instead of two.