Skip to content

Instantly share code, notes, and snippets.

@doismellburning
Created April 23, 2012 00:15
Show Gist options
  • Save doismellburning/2467696 to your computer and use it in GitHub Desktop.
Save doismellburning/2467696 to your computer and use it in GitHub Desktop.
Grimness with locals
import os
_locals = locals()
def f(x):
_locals[x] = os.getenv(x)
f('DJANGO_DEBUG')
print DJANGO_DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment