Hi,
I created a google app engine project. I just successfully mapped it to a new domain. The name of my project is "grape". So by default, it is published at http://www.grape.appspot.com. I mapped it to http://www.grape.com, which is terrific.
Now I'd like to create a new app engine project, and have it mapped to:
http://api.grape.com
how do I go about doing this? I think it is possible, I'm just not sure where I would do this mapping? Since I own grape.com, I am hoping I can map a new project to t.
The basic idea was to have one project which is responsible for the UI stuff, then a second project responsible just for a public api, which would be great,
Thanks