Right, well, thanks to the creator of Django_Jenkins ( kmmbvnr ), the correct way to get it to look only at your project files is to use the following:
In settings.py you need:
PROJECT_APPS=( 'appname', )
And that sorts the search through every dependency there.
Hope this helps!
J
jvc26 source share