[google-appengine] Re: newbie doubt:TemplateDoesNotExist in live

2008-08-30 Thread Davide Rognoni

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



[google-appengine] Re: newbie doubt:TemplateDoesNotExist in live

2008-09-02 Thread v4vijayakumar

On Aug 30, 10:27 pm, v4vijayakumar <[EMAIL PROTECTED]>
wrote:
...
> I just can't wait to see my app online, any quick help would be
> great. :)
...

Finally I made it. :-)

last (?!) bug was,



element.innerHTML returns  in firefox, and  in
explorer. good grief!

Now, I have just implemented a game played in my village.  It is
called aadupuli (In Tamil, aadu - goat, puli - tiger). Some times
back, I did the same on google pages,

http://v4vijayakumar.googlepages.com/goats-and-tigers.html

now it has no ajax, you have to manually refresh screen to see other
user's move.

http://aadupuli.appspot.com/
http://aadupuli.appspot.com/help

These two pages do not require authentication.

soon (?!), entire game will not require authentication, asynchronously
update other user's moves, better user interface.

not spamming, I think. :)
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: newbie doubt:TemplateDoesNotExist in live

2008-09-02 Thread Davide Rognoni

Good :-)

--
"Best Template Engine"
http://pyoohtml.appspot.com/best-template-engine


On Sep 2, 6:12 pm, v4vijayakumar <[EMAIL PROTECTED]>
wrote:
> On Aug 30, 10:27 pm, v4vijayakumar <[EMAIL PROTECTED]>
> wrote:
> ...> I just can't wait to see my app online, any quick help would be
> > great. :)
>
> ...
>
> Finally I made it. :-)
>
> last (?!) bug was,
>
> 
>
> element.innerHTML returns  in firefox, and  in
> explorer. good grief!
>
> Now, I have just implemented a game played in my village.  It is
> called aadupuli (In Tamil, aadu - goat, puli - tiger). Some times
> back, I did the same on google pages,
>
> http://v4vijayakumar.googlepages.com/goats-and-tigers.html
>
> now it has no ajax, you have to manually refresh screen to see other
> user's move.
>
> http://aadupuli.appspot.com/http://aadupuli.appspot.com/help
>
> These two pages do not require authentication.
>
> soon (?!), entire game will not require authentication, asynchronously
> update other user's moves, better user interface.
>
> not spamming, I think. :)
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---