i have a simple question, but i've not found any solution, neither in the docs nor the web...
How do i properly setup a source-files for Django-Project inside intellij-idea python-plugin? I'm wondering if i should "mark" the folders containing my settings.py and my app-code "blue" so that intellij treats them as source-files?

Intellij seems to behave differently in Package-View and in sourcecode-completion when importing things.
Which is the correct setting?
Sourcesis not required. What specific problems do you have with completion?from views import ViewClasswhen disabling directories as sources it suggests the following (which looks correct for me, but i wasn't sure):from testApplication.views import ViewClassPYTHONPATHexplicitly.