Skip to content

Instantly share code, notes, and snippets.

@DataGreed
Created January 16, 2020 15:53
Show Gist options
  • Save DataGreed/e3b9c555fa558f183907f48b46eed6ed to your computer and use it in GitHub Desktop.
Save DataGreed/e3b9c555fa558f183907f48b46eed6ed to your computer and use it in GitHub Desktop.
See recent django SQL queries (converted to sql)
from django.db import connection
print(connection.queries)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment