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 at > http://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.
