Tagged Questions
6
votes
2answers
297 views
What Are The Best Practices for Managing Version Strings in Google App Engine Apps?
In Google App Engine, you can upload up to 10 different versions on your appspot project. For instance, if I have a project called example, the URL would be:
http://example.appspot.com
Each version ...