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
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