Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-12-06 Thread Quint van den Muijsenberg
Hi, There is the plugin which should still be working ad far as I know. Haven't udated to the latest PSA source for quite some time though but you could do that yourself. https://code.google.com/p/w2p-social-auth/ Quint Sent from my HTC On Dec 7, 2014 1:45 AM, "lpg" wrote: > Hello, what's the

Re: [web2py] Re: URL() for app home page

2014-05-26 Thread Quint van den Muijsenberg
Thanks. Sent from my HTC On May 26, 2014 1:28 PM, "Niphlod" wrote: > defaults are "default" and "index" but if a user chooses instead "foo" and > "bar" for his app you'll never know. > It should be a configurable parameter in your plugin. > > On Monday, May 26, 2014 11:11:43 AM UTC+2, Quint wrot

Re: [web2py] Re: Web2py Integration with Multiple Oauth Logins

2014-02-24 Thread Quint van den Muijsenberg
James, May I suggest we continue this discussion in the google code repo? You could create an issue with a link to this thread. Quint On Feb 23, 2014 10:21 PM, "James Q" wrote: > Hello again, > > Thanks for taking your time to engage with me. Hopefully I can get this > working sometime soon. >

Re: [web2py] Re: NDB support for GAE

2013-11-22 Thread Quint van den Muijsenberg
You can always switch between DB and NDB. Thats the idea of the patch. You can also grab the trunk version and help testing it. On Nov 22, 2013 5:12 PM, "Cato Gonzalez" wrote: > I am just starting a project on GAE using web2py and would certainly > prefer to start with ndb from the beginning. Is

Re: [web2py] Re: Accessing attributes of reference fields

2013-08-15 Thread Quint van den Muijsenberg
Appears that with set_default, the default param is always evaluated and this will perform the query every time guess.. On Aug 15, 2013 9:21 PM, "Quint" wrote: > Thanks! > > Got it woking now but i got strange results: > > ("Not working" means that the same referenced record is being fetched > ev

Re: [web2py] Re: Accessing attributes of reference fields

2013-08-15 Thread Quint van den Muijsenberg
But when when a row is calculating it's virtual field, it will fetch the referenced row even when some other row from the initial set has already fetched this same referenced row (when they are referencing the same thing). So they will both perform the same fetch. ? I want to do this fetch 1x and