env.py 122 Bytes
PRODUCTION = False
DEBUG = not PRODUCTION

print 'Application modes: DEBUG is %s, PRODUCTION is %s' % (DEBUG, PRODUCTION)