I have a question regarding google app engine.
Let us say you are working on a project and you want to have 5 developers on it.
How will the collaboration be carried out? SVN, CVS – anything of that sort for the google app engine?
The collaboration is for a private project.
I have a question regarding google app engine. Let us say you are working
Share
After adding them to your application in the Permission Pane of the admin console, developers will be able to deploy new application version using
appcfg.pycommand.People usually create multiple application version for each developer, or multiple applications if they want to isolate development data from production.
Each application version is addressable through:
versionname.appid.appspot.com