view/ appadmin.html generic.ics generic.load generic.rss layout.html generic.json generic.map generic.xml web2py_ajax.html generic.html generic.jsonp generic.pdf
controller/ appadmin.py static/ css/* images/* js/* You can do this like that : >From web2py/applications cp -R welcome/static/* YOURAPP/static/ cp welcome/controllers/appadmin.py YOURAPP/controllers/ cp welcome/views/* test_copy_file/views/ Watch out the last command will override the layout.html... Richard On Thu, Oct 25, 2012 at 12:33 PM, Richard Vézina < ml.richard.vez...@gmail.com> wrote: > appadmin.html to > > And by the way you should update : > > All files from static/ > > all generic files form views/ > > Make sure you backup you app before, so you can revert if you brake > something. > > If you have modify layout.html you will have to compare what change in the > new layout.html and replace the element in your own layout.html > > Richard > > On Thu, Oct 25, 2012 at 12:25 PM, lyn2py <lyn...@gmail.com> wrote: > >> Good point. I will update and try it later. I need to replace appadmin.py >> only? >> >> Thanks Richard. >> >> -- >> >> >> >> > --