Skip to content

Instantly share code, notes, and snippets.

@nelsonsequiera
Last active December 11, 2018 07:35
Show Gist options
  • Save nelsonsequiera/9fa079a46092126a16c42ab91707b368 to your computer and use it in GitHub Desktop.
Save nelsonsequiera/9fa079a46092126a16c42ab91707b368 to your computer and use it in GitHub Desktop.
django show queries on console
import logging
l = logging.getLogger('django.db.backends')
l.setLevel(logging.DEBUG)
l.addHandler(logging.StreamHandler())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment