There is a way to download the application code from GAE

I accidentally deleted my application code from my own machine, however it works in the Google App Engine (GAE), is there any way that I can download it from there?

-

+3
source share
2 answers

The app engine actually recently added the ability of the developer to download this version of the application to download the source code:

http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Source_Code

+2
source

, . , , , . , git svn.

+1

Source: https://habr.com/ru/post/1755388/


All Articles