One question: how can you have such a strong opinion on how you should build it if you're new to web.py and/or web development?
Go ahead, try and if you have problems, ask. There are many Python frameworks out there with different way of building things. Web.py is pretty minimalist and may not fit your needs. Best of luck, and fun! -- Yoan On Wed, May 7, 2008 at 11:04 AM, redbaron <[EMAIL PROTECTED]> wrote: > > Hi all! > I'm new to web.py and web development in general. I'm building my site > just to get familiar with web.py and mako templates in general. I'd > like to organize site this way: > > pageA_class --> templateA_render --> template_A > ==inherits==>template_Layout ==inherits==>template_Base > > at the same time: > template_Layout == includes ==>template_Sidebar > > Template "sidebar.html" need some data to be computed before it could > render anything. What is the best way to call that computation from > template? I don't want to write computation procderue in template > itself, from my point of view that's not an MVC way I'd like to > follow. > > Thanks for any advice. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
