示例#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")