I have an app engine domain, say
foo.appspot.com that uses Python 2 with the appcfg tool.
I want to create a new domain, say
foo2.appspot.com that uses Python 3 with the glcoud tool.
Can I do this without any conflict (assuming each is kept in its own directory and each project has its own name)?
My plan is to get the new domain working, and then when it is okay, to migrate my traffic to it.
Also, is it possible to copy or move data (e.g., a GQL database) from one project to another?