You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I'm new to Python so I would appreciate some help from anyone with
more experience.
Basically I would like to create a RequestHandler that can execute
CRUD operations on a given Model using JSON or XML as the as the data
format. I tried using Django's JSONSerializer class to serialize
entities but kept getting exceptions because Google's Model class
doesn't have "__meta" or something weird like that.
Could anyone point me in the right direction?
Thanks so much,
Mark
Brett Morgan
unread,
Apr 8, 2008, 9:19:27 PM4/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I am quite interested in XML serialization but get the same kind of
errors with django's. Wonder if we should feature-request a patched
version of django's serializers that work with Google's model
implementation...