One you have at least one entity added for a Model programatically,
you can add more using the data viewer.

On Jul 17, 3:22 am, Marcel Overdijk <[email protected]> wrote:
> Yep, I want to use it for adding (inserting) data.
> Maybe a feature for the future...
>
> On Jul 16, 5:46 pm, NealWalters <[email protected]> wrote:
>
> > There is a tool called "Data Viewer" in the GAE Admin Console.  Have
> > you seen it?
> > It displays data rows (10 at a time I think), allows you to scroll
> > forward, allow you enter your own GQL command, and allows you to
> > update and delete.
>
> > The only trick is that it only works with data already stored.  So for
> > example, if you define two tables (classes inheriting from db.Model),
> > in your code, and only store one of them, you will only see that one
> > table (that actually has data stored) in the Data Viewer.  If later,
> > you delete all those rows, you will no longer see that table/patter in
> > the viewer, until you store a new row in your code.
>
> > Neal Walters
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
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