Pretty standard stuff:
# Eclipse
if False:
request = current.request
session = current.session
response = current.response
T = current.t
cache = current.cache
from gluon.tools import *
db = DAL('postgres://.....', pool_size=20)
auth = Auth(globals(), db)
mail = Mail(globals())
crud = Crud(globals(), db)
On Mar 8, 3:26 pm, pbreit <[email protected]> wrote:
> We might need to see the code in your model file that sets up Auth().

