[web2py] how to change the default auth.navbar controller

2017-04-09 Thread Rudy
Hi there, I have created an accounting application, say the landing page is http://localhost:8000/tests/accounting/index. I need to change the link under "LOG IN" dropdown menu on top right corner to http://./tests/accounting/user/login instead of using http://./tests/default/user/logi

[web2py] How to change the /default

2010-06-15 Thread Jean-Guy
Hello, I would remove completly default folder in my app... I changed many files to not use default folder anymore, but logout function and initialization of the app still require to reach default/index.html I change my routes.py that way as Massimo wrote : routes_in = (('/', '/app/newfolder