Skip to content

Instantly share code, notes, and snippets.

@didip
Created November 8, 2010 06:35
Show Gist options
  • Save didip/667437 to your computer and use it in GitHub Desktop.
Save didip/667437 to your computer and use it in GitHub Desktop.
settings = {'debug': True}
handlers = [(r"/", MainHandler)]
tornado.web.Application.__init__(self, handlers, **settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment