[web2py] Re: rename / route app admin

2011-02-03 Thread Anthony
Looks like there are a couple occurrences of 'admin' in the top section of the appadmin.py controller file (i.e., in the controllers folder of your app) -- one for the redirection and one for the menu. Try changing those to the new admin app name. On Thursday, February 3, 2011 2:54:33 PM UTC-5,

[web2py] Re: rename / route app admin

2011-02-03 Thread LightOfMooN
Yes, it's work. But appadmin database administraton redirects to admin/ default/index and rises invalid request error. How to fix it? On 3 фев, 01:28, Massimo Di Pierro wrote: > Just rename its folder. > > Counter indication: the redirection for appadmin login will break. > > On Feb 2, 2:24 pm, L

[web2py] Re: rename / route app admin

2011-02-02 Thread Massimo Di Pierro
Just rename its folder. Counter indication: the redirection for appadmin login will break. On Feb 2, 2:24 pm, LightOfMooN wrote: > Is there a way to change name of app admin? > > fromhttps://mydomain.com/admin > to something likehttps://mydomain.com/mysecretadmin > > I tired this: > routes_in =