Hi, My application is using 2.0.2 I have some global variables defined in db.py which I am using in my controllers. Now I have tried to move to the latest web2py version (2.3.1), and those globals can not be accessed from the controllers.
Has there been any important change in this regard? Do I need to "import" the models in my controllers now, in order to access the global variables defined there? Thanks, Daniel --