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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to