1. 程式人生 > >tonado 開發環境下 tornado 自動重啟

tonado 開發環境下 tornado 自動重啟

tornado.web.Application(

        handlers=[(r'/', HelloHandler)],

        template_path=os.path.join(os.path.dirname(__file__), 'templates'),

        ui_modules={'Hello': HelloModule},

        debug=True

    )

debug =true

在修改程式碼,就會自動重啟,不需要手動了,出現錯誤直接在html顯示