Skip to content

Instantly share code, notes, and snippets.

@Irostovsky
Created May 27, 2019 11:54
Show Gist options
  • Save Irostovsky/088038bb5265bdc901c75875fe5baa79 to your computer and use it in GitHub Desktop.
Save Irostovsky/088038bb5265bdc901c75875fe5baa79 to your computer and use it in GitHub Desktop.
python and django tricks
import logging
log = logging.getLogger('django.db.backends')
log.setLevel(logging.DEBUG)
log.addHandler(logging.StreamHandler())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment