The easiet way to make your app the default is call your app "init". Anyway, if you can use routes.py too. If you post your routes.py we can check it.
On Nov 17, 10:32 am, Carlos Aboim <abo...@gmail.com> wrote: > Hi folks, > I want to change my default page from welcome page to my app page. > > When I change the routes_in in routes.examples.py my default page > doesn't change. Appearing the welcome page. > If on the other hand I copy that file or make a new one "routes.py" it > gives me the feedback: > > Traceback (most recent call last): > File "web2py.py", line 17, in <module> > import gluon.widget > File "/Users/preimpressao/Desktop/web2py/gluon/widget.py", line 29, > in <module> > from main import HttpServer, save_password > File "/Users/preimpressao/Desktop/web2py/gluon/main.py", line 113, > in <module> > rewrite.load() > File "/Users/preimpressao/Desktop/web2py/gluon/rewrite.py", line 50, > in load > for (k, v) in symbols['routes_in']: > ValueError: need more than 1 value to unpack > > How do I change my default page? > Thanks > Carlos Aboim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---