I have code.py accessible at http://0.0.0.0:8080 and account.py with a
create class accessible at http://0.0.0.0:8080/account/create, but
when I raise web.seeother('/')in the create class, the browser goes to
http://0.0.0.0:8080/account/ when it should go to http://0.0.0.0:8080/.
How to make it go to http://0.0.0.0:8080/ from 
http://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.

Reply via email to