Pbreit, Thank you for your insight. Yes, I think importing those files in the controller is the first thing I will go with and see how that goes. Yes, I started reading these chapters and there is lots of information. Looking at example code helps. I guess I could looks at how the default app is done and go from there.
I will probably have more questions soon as I look more into the cookbook. Right now I am trying to figure out how to use JQueryUI with web2py. On Sep 8, 3:06 pm, pbreit <[email protected]> wrote: > It should be fine using your other database access library. I think you'll > probably want to import the libraries from each controller file. And won't > need to put any of that stuff in model files. > > I think reading chapters 00-07 in the Book are a good start (08 if you are > using registration/login). And then just dive in and start programming. > > There's a lot of existing code to read and review. For example the > appadmin.py controller (except that it is DAL-heavy).

