Exemplo n.º 1
0
def run():
	'''Run the production server'''
	app.run(host='0.0.0.0')
Exemplo n.º 2
0
def debug():
	'''Run the debug server'''
	app.run(host='0.0.0.0', debug=True)