Ejemplo n.º 1
0
def firepython_main():
	'''
	The basic main function to start the application
	on the production servers
	'''
	from firepython.middleware import FirePythonWSGI
	webapp.run(FirePythonWSGI(application))
Ejemplo n.º 2
0
def real_main():
	'''
	The basic main function to start the application
	on the production servers
	'''
	webapp.run(application)