Amazing release! Congrats to all who helped. I came across some stuff
while testing:

- If I change auth=Auth(globals(),db) to auth=Auth(db) I get a ticket:

Traceback (most recent call last):
  File "N:\web2py\gluon\restricted.py", line 188, in restricted
    exec ccode in environment
  File "N:/web2py/applications/YAKiToMe/models/0_1_db.py", line 15, in
<module>
    auth=Auth(db)
  File "N:\web2py\gluon\tools.py", line 782, in __init__
    auth = session.auth
AttributeError: 'NoneType' object has no attribute 'auth'

- Where do you recommend I put the gluon import *? Does it belong in
every controller or just one of the models? I tried a couple of
different places but the results in Eclipse were confusing.

Reply via email to