i create a kind using python :

class zb_news(db.Model):
    news_date = db.DateProperty(required=True)
    title = db.StringProperty(required=True)
    news = db.TextProperty(required=True)

after put some data, i need to change property.
but i don't know how to change property.

now i like remove the kind "zb_news"
what to do? any sample?


please help
thank you very much

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