auth.settings.controller = 'admin'
auth.settings.login_url = URL(r=request, c='admin/user', f='login')
auth.settings.logged_url = URL(r=request, c='admin/user', f='profile')
auth.settings.login_next = URL(r=request, c='admin', f='index')
auth.settings.logout_next = URL(r=request, c='admin', f='ind
I wanted to change the default controller name. So I deleted it and
transferred all its contents to another controller called main. While
the links for main exposes links to index, user, download, call
correctly (checked the page source, says main/user/). When I click on
user it goes to the delete
I wanted to change the default controller name. So I deleted it and
transferred all its contents to another controller called main. While
the links for main exposes links to index, user, download, call
correctly (checked the page source, says main/user/). When I click on
user it goes to the delete
3 matches
Mail list logo