[web2py] Re: Auth with OpenId

2011-02-19 Thread drebbin
attribute exchange), like name, email address (user is asked, of course, if she allows to disclose these). It would be nice if web2py's openid module would also have this feature. Any help here is greatly appreciated. :) KR, drebbin

[web2py] Logging SQL

2011-02-19 Thread drebbin
, nothing happens. E.g (in dal.py). def _insert(self,table,fields): global logger logger.debug(Inserting into %s: %s %(table, fields)) ... Replacing logger.debug with raise Exception show, that _insert() gets called. Any ideas? KR, drebbin

[web2py] Re: Auth with OpenId

2011-02-18 Thread drebbin
one for the customer's production site, one for the staging site and at least one for my development site? *shudder* if I'm seeing this right. KR, drebbin

[web2py] Auth with OpenId

2011-02-17 Thread drebbin
,field_type) File /web2py/gluon/dal.py, line 1131, in represent return str(int(obj)) TypeError: 'NoneType' object is not callable Can someone please shed some light on this and/or point me in the right direction. Thanks. KR, drebbin