def __init__(self):
'''
?????
'''
settings = {
'xsrf_cookies': False,
'site_title': 'demo',
'debug': options.debug,
'static_path': os.path.join(options.project_path, 'static'),
'template_path': os.path.join(options.project_path, 'tpl'),
}
handlers = auto_route_handlers
logging.info("----> %s", handlers)
tornado.web.Application.__init__(self, handlers, **settings)
评论列表
文章目录