On 11/18/05, Robert Wittams <[EMAIL PROTECTED]> wrote: > The current system breaks a holy guideline as well: DRY. > You have to specify the settings module even though you have almost > certainly mentioned it already - your current working directory.
Uhmm.. Not true at all. I package my apps separately from my web-site project, so I'm almost always way outsie anywhere near my settings package. Which is another thing, I don't have a settings.py, I have settings/{devel,main}.py. /s