Thanks very much for this advise. I will keep this in mind, but it sounds like I should download the newest version, as I mentioned in my earlier reply, and have both versions on my PC in two different folders.
This way I can use the new version of web2py to develop new apps while I can keep my old apps in the old version folder. This way I don't actually have to update the old version. Nothing wrong with having both version on the same computer as long as they are in different folders and I don't mix up the files, right? On Tuesday, June 23, 2015 at 8:41:27 PM UTC+8, LightDot wrote: > > > On Tuesday, June 23, 2015 at 1:28:11 PM UTC+2, Vinicius Assef wrote: >> >> Besides that, I would copy the files under static folder that comes with >> the welcome application. >> >> Sometimes there’s some update in web2py.js, etc. >> >> > IMHO, that's not a prudent advice, especially not to inexperienced users.. > > The one file you mention, web2py.js, is specific to web2py, most of the > other files there are completely specific to CSS frameworks used in > whatever the welcome application has at the time. You shouldn't simply > expect that you can interchange them at will, without impacting the > functionality of your application. > > With copying these files, you might be just updating Bootstrap from 3.x.z > to 3.x.y or you might be overwriting your Bootstrap 2.x with 3.x files, > breaking you application completely in the process. > > I'd advise anyone to make a clear distinction, anything that's under the > application folder, except the admin, is <your application>, not web2py. > Don't touch it unless you're prepared to. > > Regards > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

