I am just getting started really developing a web2py app. There is a lot i don't know i don't know about both relational db and web2py. Please fell free to point me to examples or documentation you feel would be helpful.
I have at least 3 types of users that will have access to the system. (Case_workers, Parents, Staff) and as you would expect the db table for each contains different information. How should I design the db and integrate authorization. I have read through the Access Control docs but it was not very helpful to me with regard to my question. Thanks Vincent

