I try to answer some of the question, the rest I don't know. I hope I don't answer questions, which are no longer valid or things you have already made.
> He got files and gave me it. I already have the sdk the google app > engine files. Excellent. First make the tutorial: http://code.google.com/intl/de/appengine/docs/python/gettingstarted/ With that you should know, how to test your application locally. And theoretically how to upload. > can you explain what I need to do in order to add the new html? That depends, if the html is static or dynamic, generated by the python file or if it's using django forms. you mentioned {% that tells me it's django forms. Here a good link to start with django forms: http://djangobook.com/en/1.0/chapter04/ (The rest of the book is also interesting, but not so easy to implement. on appengine) > > I also have to change the code that handels the forms. > > I was told after I make the changes I just run manage.py That's the Django way of doing it. The book may help you more, then I might think. Either the app-engine patch http://code.google.com/p/app-engine-patch/ or the django adaption: http://code.google.com/intl/de/appengine/articles/django.html May be you find some of the code in your application code (to understand). I hope the links can speed up your progress. OliWeiD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
