Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 20, 2011 22:57
Show Gist options
  • Save andymckay/1302651 to your computer and use it in GitHub Desktop.
Save andymckay/1302651 to your computer and use it in GitHub Desktop.
>>> from django.views import debug
>>> settings = debug.get_safe_settings()
>>> settings['SECRET_KEY']
'********************'
>>> settings['USE_I18N']
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment