What does HackerNews think of django-zen-queries?

Explicit control over database query execution in Django applications

Language: Python

There is django-zen-queries[0], mentioned in another comment.

[0] https://github.com/dabapps/django-zen-queries

See also django-zen-queries https://github.com/dabapps/django-zen-queries , which can make it impossible for changes to a template to trigger queries.
> Making it more clear when you’re going to hit the database (explicit is better than implicit).

You might like https://github.com/dabapps/django-zen-queries

Gives you fine grain control about database queries