Skip to content

Instantly share code, notes, and snippets.

@jezeniel
Last active August 25, 2016 10:02
Show Gist options
  • Save jezeniel/c660342cf794007485330e6af342470a to your computer and use it in GitHub Desktop.
Save jezeniel/c660342cf794007485330e6af342470a to your computer and use it in GitHub Desktop.
Django logging debug
import logging
# Just a simple way to output or print data on the console's stdout
logger = logging.getLogger('django')
logger.info("TEST")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment