[web2py] Re: GAE database namespace

2011-02-14 Thread howesc
i agree with massimo about tickets matching app namespacei also agree that it might be hard for admin to know how to deal with that. if each app i have uses a different postgres db, how does admin know where to look? cfh

[web2py] Re: GAE database namespace

2011-02-14 Thread Massimo Di Pierro
I feel the opposite. tickets should be in the namespace of the app. So the problem is how does admin know what the namespace should be? On Feb 14, 9:23 am, howesc wrote: > sounds like we would want tickets to automagically go to the same namespace > as admin.  though i must admit i don't use the

Re: [web2py] Re: GAE database namespace

2011-02-14 Thread howesc
sounds like we would want tickets to automagically go to the same namespace as admin. though i must admit i don't use the ticket system on GAE, i just read the log messages from the console on localhost and from the "logs" like of the admin screen on production. namespaces are a new add, and p

Re: [web2py] Re: GAE database namespace

2011-02-12 Thread Jonathan Lundell
On Feb 12, 2011, at 1:41 PM, Massimo Di Pierro wrote: > > Good point. This is a bug. The tickets must be in the same > namespace... Can you please open an issue on google code? Done. I'm listed as the owner, but unless the fix is simply to strip out the namespace (which worked for me), I'm not

[web2py] Re: GAE database namespace

2011-02-12 Thread Massimo Di Pierro
Good point. This is a bug. The tickets must be in the same namespace... Can you please open an issue on google code? On Feb 12, 3:38 pm, Jonathan Lundell wrote: > I'm trying now to get the trunk running locally in the GAE local server, and > again getting tickets, and have a question about the G