[google-appengine] Re: Problem locating the html template for the template.render() call.

2008-10-27 Thread djidjadji
You can't use static files in your .py code. They are stored differently. This way you can't fetch the code that makes the application by geussing filenames. Maybe a solution to people who don't make backups before the laptop crashes. Make a copy of your non static files in a static directory, pr

[google-appengine] Re: Problem locating the html template for the template.render() call.

2008-10-26 Thread [EMAIL PROTECTED]
I had the same problem. I tried to remove - url: /static static_dir: staticDir in app.yaml, and it worked. I think you don't need to let *.html be static. Maybe you can handle *.html by py. --~--~-~--~~~---~--~~ You received this message because you are subscr

[google-appengine] Re: Problem locating the html template for the template.render() call.

2008-10-10 Thread GMan
Resolved: looks like "Draftboard.html" is not "draftboard.html", but I guess it is on Winblow platform (at home). On Oct 10, 7:29 pm, GMan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm just trying to deploy my first app, which runs fine in the > development environment on my machine.  However, templa