Hi - I wanted to change my default application and did some research.
First I did the simple: ``` default_application='p' default_controller = "pkg" default_function = "packages" ``` And it seemed to work fine but I was not satisfied so I did this: ``` routers = dict( BASE = dict(default_application='p', default_controller='pkg'), ) ``` This seemed to work fine too - BUT… Then my login session expired and I see this URL: https://bsttemp.pythonanywhere.com/default/user/login?_next=/packages How can I make the login happen at my "preferred" controller instead of in the default one? (I had deleted the default.py controller after my limited testing worked) Thanks Tom -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

