App Engine split application into modules -


i'm trying use new app engine modules feature , trying test drive provided sample application when i'm pushing modules with:

appcfg.py update app.yaml mobile_frontend.yaml static_backend.yaml 

i receive error:

error 400: --- begin server output --- app may not have more 2 modules.  please remove 1 of existing modules deleting of versions before trying create new module. --- end server output --- 

ok, seems need enable billing in order push more 2 modules (i looked quotas didn't find info this), also, had billing enabled took sometime become effective if you're receiving same error wait bit.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -