local_env.py 111 Bytes
PRODUCTION = True
DEBUG = True

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