Hello, I wrote a convenient admin interface which often uses
db.class_for_kind(model_idf) where model_idf is the name of the model class I want to examine. But when running on appspot I often got a kind error at this statement because datastore seemed to not know the entity until at least one had been created. So when deploying on appspot I created dummy entities for every kind of model - but datastore continues giving me a kind error from time to time. Is it possible that this has something to do with threading..? Maybe the model class is known only to one thread and the other thread doesn't know about it? Any suggestions? Regards, Constantin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
