Google App Engine: appcfg.py rollback

前端 未结 19 1878
误落风尘
误落风尘 2020-12-08 07:24

I\'m using Windows 7 and for the life of me I cannot figure out how to call the rollback function on appcfg.py. All I want to know is what to type into the command prompt so

19条回答
  •  长情又很酷
    2020-12-08 07:59

    For all those who deploy using Google App Engine Launcher, you can fix the issue by opening command prompt and python appcfg.py rollback

    In my case, I have not set up Python env variable so:

    C:\Python25\python C:\Program Files\Google\Google App Engine\appcfg.py rollback C:\eclipse\applicatoin
    

提交回复
热议问题