What I think he was referring to, and a problem I've encountered, is working with Backends in the development server. The dev server will not acknowledge the presence of Backends - the link is listed in the admin console, but it won't list any backends you've configured in the yaml file. Are these meant to only work on the production server? I actually was trying to experiment with the backends-io you linked to and I could not get it to work on the dev server at all.
-Richard On May 16, 2:46 pm, "Greg Darke (Google)" <[email protected]> wrote: > To upload this backend to App Engine, you need to perform a backends up: > > appcfg.py backends update path/to/application/ > > On 12 May 2011 10:04, Sergey <[email protected]> wrote: > > > I want to test new feature - backends. > > As I understand it's enough to create backends.yaml and describe there > > parameters of my backends. > > I've done that: > > > backends: > > - name: testbe > > class: B1 > > instances: 1 > > > I ran this app on dev server. At admin console I see "This application > > doesn't define any backends. See the documentation for more." > > > I tried to deploy this into GAE - same effect. > > > What am I doing wrong? > > Is there some code examples to better understand the idea of backends? > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine?hl=en. > > -- 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.
