I think we can modify admin/controller/default.py site() and when you upload a new up, if instead of a url you provide an app name it gets cloned.
On Nov 5, 10:16 am, Bruno Rocha <[email protected]> wrote: > HI, > > I Know it is easy to clone an app within console using > $ cp /app/* -R /newapp/ or something like this > > But, I am working in a project hosted in a shared poor host, where I have > access to admin via HTTPS, but I have not the SSH access. > > Sometimes I need to clone an existing application for testing new features > without breaking the running app. > > two things I would like to have in /admin is > > [clone this app] which copy the application in to a new application with a > new name. > [rename this app] which simply change the name of the app directory > > What about?

