2011/5/2 Bruno Rocha <rochacbr...@gmail.com>: > On Mon, May 2, 2011 at 2:14 PM, pbreit <pbreitenb...@gmail.com> wrote: >> >> Is routing the only other solution or would an "import" or import-like >> approach be feasible? > > models needs to be executed not imported, I think would be kind of helper > for doing that, like: > def index(): > RUN_MODEL('test','index') > .... > .... > return dict()
what would be the difference from using import module?