[google-appengine] Re: templates - offline yes, online no

2008-09-25 Thread Alexander Meinke
Wooble wrote: > The static files are not copied to the same server as your > python scripts so it doesn't matter how you try to reference them; > they're *only* available at their static URLs over the web. So it is impossible having templates in a static_[dir|files], because the template engine wo

[google-appengine] Re: templates - offline yes, online no

2008-09-25 Thread Wooble
Nothing in your python scripts, including the template engine, can access anything in a static directory or declared as a static file in app.yaml. The static files are not copied to the same server as your python scripts so it doesn't matter how you try to reference them; they're *only* available