When developing a Django application, what is sys.path supposed to contain? The directory which contains the project, or the directory of the project, or both?
| |||
|
feedback
|
|
However, if the motivation behind this question is to ensure that certain files can be found, then you should note that
where your files can be found. Hope this helps | |||
feedback
|
|
As far as I know, it's just a matter of personal taste. I go with the directory which contains the project, but that's just my preference. | |||||||
feedback
|