On Mon, May 2, 2011 at 2:14 PM, pbreit <[email protected]> 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()

