>
> when upgrade to the new version, web2py will updated the scaffolding that 
> generated by default (like db.py, menu.py, default.py, layout.html, css, 
> etc), isn't it?


Well, it won't actually update your specific application files, which are 
just a copy of the "welcome" app (it will only update the "welcome" app 
itself). You will have to manually copy the new files to your app. But it's 
probably not a good idea to do this anyway -- when changes are made to the 
scaffolding app, there's no guarantee that those changes will then work 
properly with your separate model, view, and controller files. The 
scaffolding app really isn't intended to be frozen, with an app being built 
around it, as you are attempting. You're probably creating more trouble for 
yourself than it is worth. If there are minor changes to the scaffolding 
app in the future, you can just copy the changes you like. In general, the 
model and controller files aren't likely to change that much anyway.

Anthony

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to