Skip to content

Instantly share code, notes, and snippets.

@camilonova
Created June 11, 2016 16:50
Show Gist options
  • Save camilonova/416a7c0b2112101bf1c75b293cffbbca to your computer and use it in GitHub Desktop.
Save camilonova/416a7c0b2112101bf1c75b293cffbbca to your computer and use it in GitHub Desktop.
Show django debug toolbar always when debug=True
DEBUG = True
DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': lambda x: DEBUG,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment