RESOLVED: After adding the backends.yaml file, the GAE app needs to be manually updated from cmd line, using:
appcfg.py backends . update Not sure why it dosen't work using the GoogleAppEngineLauncher On Aug 29, 12:06 pm, Kwame <[email protected]> wrote: > I have a GAE app which is deployed and has other functional config > files such as cron.yaml, queue.yaml. However, even though I have > defined a backends.yaml, and uploaded this version to GAE, the admin > console is not showing it, and I'm getting this message: > > "You have not created any backends for this application." > > Even dev_appserver is showing this same message. Here is my > backends.yaml file: > > backends: > - name: admin_backend > options: dynamic > start: backend_handler.py -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
