Skip to content

Instantly share code, notes, and snippets.

@subvillion
Created January 8, 2013 05:59
Show Gist options
  • Save subvillion/4481593 to your computer and use it in GitHub Desktop.
Save subvillion/4481593 to your computer and use it in GitHub Desktop.
debug sql запросов в django
# блок debug sql запросов
# from django.db import connection
# print connection.queries[-1]['sql']
# print posts.temp
# print posts.timestamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment