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
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
2 matches
Mail list logo