What does your app.yaml look like? In particular, are you making these html files static? If so, your program can't access them to use them as templates.
On Aug 26, 2:31 pm, John <[email protected]> wrote: > Dear All, > > I am facing the following issue while I upload my app to the google > server. It would be of immense help if some one of you could give me > some clue of whats going wrong. Here is the problem description > > 1. I added a few program files (.py) files and a few template files > (.html files) to the app which was already running on google app > engine > 2. My app works fine on the dev_appserver.py but is unable to find the > new files when uploaded to the server. > 3. I use appcfg.py update "myapp" to upload my application > 4. I tried to include the contents of the additional .py files to the > existing one and upload. Its able to execute a few things but it is > unable to the new html templates. > 5. I have a feeling that the new files that I have added to the app > directory are not uploaded to the server. Is there a way to check the > files that are uploaded ? > > Thanking You, > Sincerely, > John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
