I have a Django project, let\'s say \"project1\". Typical folder structure for applications is:
/project1/ /app1/ /app2/ ...
If you're using virtualenv/virtualenvwrapper (which is a bit dated but still valid), you can use the included add2virtualenv command to augment your python path:
add2virtualenv
mkdir apps cd apps pwd [/path/to/apps/dir]
Copy that path to clipboard, then:
add2virtualenv /path/to/apps/dir