Thanks Adrian/Eric for the help. Unfortunately - python does not want to comply:
>>> from django.models.foundation import ratefunctions Traceback (most recent call last): File "<console>", line 1, in ? ImportError: cannot import name ratefunctions I wonder if it is the module_name statement in the META class? I guess the obvious solution is to kill the capitalization. I really like the framework so far.