On Fri, Oct 10, 2008 at 4:19 PM, amshuhu <[EMAIL PROTECTED]> wrote:

>                        How can we add/delete a field in data, in my
> app their are 3 fields eg:
> 1.name
> 2.phoneno
> 3.email
>                      I need to add address field instead of phoneno
> field and also insert another field as contact ,i dont know how to add/
> delete so please guide me

You're using a class that inherits from db.Model, right? Just add the
new properties to that class, and remove the ones you don't want.


Dave.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to