> > I don't know Python all that well but I suspect the better approach would > be putting models in classes and then importing them in controllers as > needed... models in modules...seem like hacky workarounds to me. >
But "putting models in classes and then importing them in controllers" _is_ "models in modules" (or at least one way of implementing models in modules).