コード例 #1
0
 def GET(self):
     autoreload.reload()
     raise web.seeother("/")
コード例 #2
0
 def GET(self):
     # autoreload will load new handlers
     import autoreload
     autoreload.reload()
     import web
     raise web.seeother("/system/settings")
コード例 #3
0
 def GET(self):
     # autoreload will load new handlers
     import autoreload
     import web
     autoreload.reload()
     raise web.seeother("/system/index")
コード例 #4
0
 def GET(self):
     autoreload.reload()
     raise web.seeother("/system/index")