On 11/18/05, Jonathan Daugherty <[EMAIL PROTECTED]> wrote:
But the logic being discussed is the same that Python uses when doing imports, so it seems to me to be The Right Way from a language POV, no?
# * Change Django so that it looks for models in a "models" package
# (as it currently does) *or* in a file called models.py. Either the
# models package or models.py should live directly within the package
# pointed-to by INSTALLED_APPS.
Do you think the extra option will confuse anyone when they're looking
through the docs for the Right Way? I think the "one way" mantra
applies here..
But the logic being discussed is the same that Python uses when doing imports, so it seems to me to be The Right Way from a language POV, no?