any insight?
On Oct 20, 5:51 pm, Francisco Costa <[email protected]> wrote: > Hi, > we are in the process of converting our MySQL DB toMongoDB(via > pymongo). > > We have already convert the auth_user table. > Now we want to change theauthconnection fromauth=Auth(globals(), db) > toauth=Auth(globals(), mongo) > > but we get this error: > TypeError: 'Collection' object is not callable. If you meant to call > the 'Table' method on a 'Database' object it is failing because no > such method exists. > > Is there any way that theauthsupports Collections and not only > tables?

