If you just want to redirect:
def index():
redirect(URL('physics'))
def physics()
return dict()
I'd highly encourage going through the Web2py Overview:
http://web2py.com/book/default/chapter/03
If you just want to redirect:
def index():
redirect(URL('physics'))
def physics()
return dict()
I'd highly encourage going through the Web2py Overview:
http://web2py.com/book/default/chapter/03