Closed yashh closed 15 years ago
Yes, of course :) Use bottle.default_app()
to get a standard conform WSGI app.
application = bottle.default_app()
Wow that sounds easy.. I am going to experiment with that. Seriously having a microframework like this is awesome. Thanks for all your work!!
Is there a way to deploy botte with Apache + mod_wsgi? Would be very helpful as apache is very widely spread.