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