I have an existing application that is in production
(volvooceanracegamehelp.appspot.com). I would like to add to one of my
entities an additional property.

I have done this in the python by just adding the line:
boat=db.StringProperty()

to my class that inherits from db.Model.


I can insert new rows fine, and see them in the Development server
datastore viewer. But when I try to access the new property contains
"NoneType: None".

How can I force the Datastore to add this new property without having
to delete all the old data and re-add?

Thanks

--~--~---------~--~----~------------~-------~--~----~
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