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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to