There is only one truth. It is the source.

Log the SQL generated by Django's ORM

January 5, 2015

Tags: django

import logging
l = logging.getLogger('django.db.backends')
l.setLevel(logging.DEBUG)