[web2py] Re: auth.settings.registration_requires_approval has no effect

2017-06-21 Thread Learning Everything
jklkl On Wednesday, August 19, 2015 at 6:52:32 PM UTC+5:30, Karl-Thomas Schmidt wrote: > > Hi@ all, > > Having this lines in db.py > auth = Auth(db) > auth.settings.registration_requires_approval = True > auth.settings.login_after_registration = False > a new registration immediatly logs in

[web2py] Re: Can I query muliitple legacy databases?

2014-03-25 Thread learning
matters, if I can do transactions, many things that you would do with the DAL. For example, how could I do a transaction with raw SQL? Everything is based on the DAL creation of the database objects. On Thursday, March 20, 2014 12:37:24 PM UTC-4, learning wrote: > > I know what Python a

[web2py] Re: Can I query muliitple legacy databases?

2014-03-20 Thread learning
I don't know about the syntax. I'm trying to decide which Framework I should go with. I have one database that has information about personal details. Another database has information about various purchases, still another database has information about other family members. This is an exam

[web2py] Can I query muliitple legacy databases?

2014-03-20 Thread learning
I know what Python and web framework are, but need help understanding something about web2py. I have an old application that uses vbscript/asp. It hits multiple databases and brings it back to the user for a seamless experience. In other words, they don't have to go to ten pages to get infor