found "home is changed when the request is handled to a sub- application, but the real home is required for doing absolute redirects." - http://www.java2s.com/Open-Source/Python/Web-Frameworks/web.py/web.py-0.33/web/application.py.htm sry for asking
On 1 set, 11:44, Delirium tremens <[email protected]> wrote: > I have code.py accessible athttp://0.0.0.0:8080and account.py with a > create class accessible athttp://0.0.0.0:8080/account/create, but > when I raise web.seeother('/')in the create class, the browser goes > tohttp://0.0.0.0:8080/account/when it should go tohttp://0.0.0.0:8080/. > How to make it go > tohttp://0.0.0.0:8080/fromhttp://0.0.0.0:8080/account/create? -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
