Skip to content

Instantly share code, notes, and snippets.

@ddahan
Created January 4, 2017 16:28
Show Gist options
  • Save ddahan/95f0b91d364b44595e28830f57e91696 to your computer and use it in GitHub Desktop.
Save ddahan/95f0b91d364b44595e28830f57e91696 to your computer and use it in GitHub Desktop.
DEBUG = (os.environ['DJANGO_DEBUG'] in ['True', 'true'])
MANDRILL_KEY = os.environ.get('DJANGO_MANDRILL_KEY')
SEND_MAIL = (os.environ['DJANGO_SEND_MAIL'] in ['True', 'true'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment