我正在尝试使用新的应用程序引擎模块功能,并且尝试使用提供的示例应用程序进行试驾,但是当我使用以下方式推送我的模块时:
appcfg.py update app.yaml mobile_frontend.yaml static_backend.yaml
我收到错误:
Error 400: --- begin server output ---
Your app may not have more than 2 modules. Please remove one of the existing modules by deleting all of its versions before trying to create a new module.
--- end server output ---