Hi readers,

I am having a probleme with my templates and the place they stay in.
Locally (dev_appserver) it works without any problems, but after I
uploaded my project to appengine (appcfg update) and visiting
http://goroutes.appspot.com the exception "TemplateDoesNotExist:
Home.de.html" is raised.

My templates reside in "/style/templates/*" (relative path). Within
app.yaml "/style" is declared as "static_dir", but I think that should
not matter, because the template engine (especially the
google.appengine.ext.template.render function) works on system level,
not on urls. I feet the render function with an absolute path, which
is generated while a request happen. I also tried it with an relative
path with no luck. I am sure that the template exists, because
http://goroutes.appspot.com/style/templates/index.html is available. I
read that in static_dir's no scripts are allowed, but if I move "/
style/templates" to "/templates" and declare "/templates" as
static_dir it works, online and offline.

... and I do not really want to have templates under the projects root
folder.

So, are there any hints, sugesstions or solutions?

Regards,

acm.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to