nplusone integration
nplusone is a Python package that allows to detect the N+1 query problem, aka the thousands of SQL queries that happen when we forget that select_related
and prefetch_related
exist. It seems unmaintained, so if an alternative exists it might be useful, but it still works even with Django 3.