I already tried commenting out that line in app.yaml, but it didn't
change anything, plus I really don't want to upload the admin app.

And the GAE model just seem more intuitive. I'd rather deal with
classes and objects rather than tables and fields, and since bigtable
is an objectstore anyway... most ORM's translate classes and
properties into tables and fields--it seems strange to have to think
in terms of tables and fields when using an objectstore. Does that
make sense?

On Mar 1, 5:15 pm, mdipierro <[email protected]> wrote:
> Normally admin is not uploaded in GAE. It is ignored because of this
> line in app.yaml:
>
>  ((admin|examples|welcome)\.tar)|
>
> It is ignored because it would be useless. In fact the GAE filesystem
> is readonly and you would not be able to write any file.
>
> Can you explain more about your issue with web2py modesl vs GAE?
>
> Massimo
>
> On Mar 1, 6:39 pm, "[email protected]" <[email protected]> wrote:
>
>
>
> > I'm having trouble getting the admin app to work under the GAE SDK. I
> > can start web2py under the SDK, but there's no flash screen and no
> > widget asking for an administrative password. The reason I want to
> > develop directly under the SDK is I want to use google's datastore api
> > directly without going through web2py for that aspect. I'll say I'm
> > pretty much in love with web2py except the way it handles models. I'd
> > much rather define persistent classes as with bigtable. After all, if
> > I'm going to be using an objectstore I might as well be able to take
> > advantage of the simplicity and elegance that comes from that. Seems a
> > little strange to have to define tables and fields only to have web2py
> > translate it into classes...
>
> > I'm pretty new at this and I hope there's something simple I'm
> > missing....
>
> > Thanks in advance.
> > Myst~
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to