Have you added any Body entities to your datastore? Sometimes I get HTTP 500 errors in the console viewer for models with no existing entities.
On Jun 23, 1:09 pm, Jesse Grosjean <[email protected]> wrote: > I've just added a new model class to my app that's defined like this: > > class Body(db.Model): > content = db.TextProperty() > > It seems to be working fine in my server code, but for some reason it > doesn't show up in the list of entities shown by the App Engine > Console Data Viewer. Also when I run a direct query in the console > for: > > SELECT * FROM Body > > I get a page that reports: > > Server Error > A server error has occurred. > > Can someone help me figure out what is going on? > > Thanks, > Jesse --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
