I have installed the Google App Engine; the GAE launcher GUI; and the Python SDK.
I have successfully deployed a webpage using the GUI, and my test page is now viewable at the external URL.
Unfortunately, the only way I have known to do this, is to include all my HTML code in the Python .py file within the GAE directory. What I WANT to do, is to include code in my .py file that calls a separate .html file. So far despite my best search efforts I can't understand how to write this. Can anyone help please?
Thanks in advance