See here
http://www.djangobook.com/en/1.0/chapter04/

or send me your project source (a ZIP file, please)


On Aug 30, 7:27 pm, v4vijayakumar <[EMAIL PROTECTED]>
wrote:
> I am getting TemplateDoesNotExist error when I access my app. It was
> working fine with dev_appserver.
>
> raise TemplateDoesNotExist, name
> TemplateDoesNotExist: main.html
>
> I guess something is wrong with the template path, but couldn't figure
> it out.
>
>   template_path = os.path.join(os.path.dirname(__file__),
>     'templates/main.html')
>
> I also tried this.
>
>   template_path = 'templates/main.html'
>
> I just can't wait to see my app online, any quick help would be
> great. :)
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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