Hi,
I have a website running python for frontend, which I am very happy with.
I wish to create an android app (using java) accessing the GAE datastore.
I found a tutorial explaining how to build a android app using app engine backend:
My problem is, when I reach the end and deploy to GAE (defaulted to deploy as frontend, I can't see where to change this), then it overwrites the existing data, meaning my python website. I have tried googling a lot, and haven't found anyone explaining how they can run at the same time.
So can anyone share with me a link to a tutorial explaining how to run a GAE project with python frontend and java backend?
Thank you in advance.