OK next bunch of questions: On 2 Apr., 01:10, Aaron <[email protected]> wrote: > HI, how do I get to usehttp://dev.companydomain.com/? > > I was told I need to upload the the web app well the website with > modifications by me. I need to add it to the url shown above.
> > This is just to test if it's working . I looked in google apps > engine panel on the google apps site. I only see one application name > with 4 different versions. WELL to test it, it's only the localhost debappserver stuff, which is explained in the tutorial (link see my previous post) > > I really do need someone to explain how this works. I am kinda getting > frustrated. Be patient and search the online documentation, and try and try and try. That's the hard way we all walked through. and sometimes there are some people, which may/can help or not. > > I need someone to explain to me what I need to do. I do I add html > and css to the site? Well the external CSS file will be stored as a static file (see tutorial and other documentation) the html is generated with templates or directly from the python code, that depends on your code. The the template system in the book link above. > > I looked at the websites html files and I see alot of <% things. I > try to look at the html file in my browser and I see only text not a > website. YES, that the django template system (I was told others are similar) I hope that helps 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 -~----------~----~----~----~------~----~------~--~---
