Re: why manage.py sets sys.path to both . and ..

2007-03-13 Thread John Calixto
Hi Ilya, I'll just speak about how I organize my django work. This diagram might help you: http://www.calixto.net/john/djangoproj_layout.txt It probably doesn't address your #1 (naming the app the same as the project). However, I think having an app called "site" would scale well should you d

why manage.py sets sys.path to both . and ..

2007-03-13 Thread Ilya Semenov
HI everyone, I'm getting into problems because manage.py sets sys.path to both its folder _and_ the parent folder. I find this kind of magic frustrating because of the following reasons: 1. I'm unable to have package name "project.project" When I build a simple project with a single app, I would