Skip to content

Instantly share code, notes, and snippets.

@dannyroa
Created October 25, 2012 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyroa/3955078 to your computer and use it in GitHub Desktop.
Save dannyroa/3955078 to your computer and use it in GitHub Desktop.
import socket
if socket.gethostname() == 'productionserver.com':
DEBUG = False
else:
DEBUG = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment