- url: /static static_dir: static I do the above. Then, any html file I want to display directly I path to static. So, if I had an index.html, the url would be:
http://myapp.appspot.com/static/index.html Barry http://tapingya.appspot.com On Nov 22, 10:47 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I just want to call a html file and display it,but I'don't know how to > do! foe example: > > my test.yaml: > application: test*** > version: 1 > runtime: python > api_version: 1 > > handlers: > - url: /.* > script: test.py > > I just want display the "index.html" in my root,how to write the > test.py file? > > thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
