예제 #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")