Skip to content

Instantly share code, notes, and snippets.

@lmann4
lmann4 / show_db_queries.py
Last active November 7, 2024 18:18
A utilitiy for adding printing and debugging queries.
import inspect
import logging
import shutil
import sys
from time import time
from types import MethodType
from typing import Optional
from django.conf import settings
from django.db import DEFAULT_DB_ALIAS, connections