[google-appengine] Re: Templating Logic

2009-04-07 Thread johntray
The reason for using the os.path.join() method is that it is platform- independent. I think, however, that python on windows is now smart enough to understand the forward slash delimiter, so your version will work ok on a windows machine. Also, for what it's worth, it is customary to specify each

[google-appengine] Re: Templating Logic

2009-04-07 Thread Mahmoud
>     path = 'Templates/mytemplate2.html' >     self.response.out.write(template.render(path, template_values)) Does that also work in production? If so, then you're good to go. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl