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