3

I have made an update on Google App Engine with a small fix and I got:

Closing update: new version is ready to start serving.

However, when I open the website, there is still old version. I have changed version to 2 in app.yaml, before running update. What am I missing?

gruszczy
  • 40,948
  • 31
  • 128
  • 181

1 Answers1

4

You have to set the new version to be the active version in the Admin console. Click the 'Versions' link, and make your new version the Default.

Adam Crossland
  • 14,198
  • 3
  • 44
  • 54
  • I haven't noticed that in the console, but indeed it helped (I turned of DEBUG, so now I can't see the error ;-)). Thanks a lot :-) – gruszczy Mar 10 '10 at 21:00
  • OK, now it even works and displays what I have returned in django view. Thanks again :-) – gruszczy Mar 10 '10 at 21:14