I have this code here in a different model file called db_nameofapp.py:

dmz.define_table('nds_ticketing_comments',
Field(blah),
Field(blah2),
Field(blah3),
auth.signature
)

DAL breaks when trying to access auth.signature.

in my db.py:
auth = Auth(db)
...
...
..
etc.

Sorry I can't copy and paste as I work on either a remote machine or VM.

Anyway, DAL breaks on auth.signature when defining a table on ANOTHER 
database (in my case: 'dmz').

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to