Open appengine.google.com and choose your application, view "Logs",
If have “NeedIndexError: no matching index found.”, you can execute cmd "python appcfg.py update_indexes KindleEar/" in your computer to update the index of your application (KindleEar is directory of you application, please change as yours).
If have “UnknownQueueError”, can execute "python appcfg.py update_queues KindleEar/".
Or you can deploy again.
The default username is "admin", default password is "admin" too.
|