I keep getting this error: *'DAL' object has no attribute 'event_instance'*
it points to my db_agents file as the culprit on this line:
('event_instance_id', db.event_instance)
However if I move the definition of the event_instance table to that
db_agents model file the error disappears, but I get a new one referering
to another FKey in the event_instance tbl. Is there a way to avoid having
all my db.define_tables in the same file, I would like to keep them separate
--

