No intellisense on 3rd party packages (django)
description
I have Django installed and working - python sees it and my app works just fine. It's registered in the C:\Program Files (x86)\Python27\Lib\site-packages using a .pth file. But, PTVS (1.1 beta1) does not provide any intellisense for any
of the django classes. I have also tried setting the search path inside the project. The contents of C:\Users\<user>\AppData\Local\Python Tools\CompletionDB\2af0f10d-7135-4994-9156-5d01c9c11b7e\2.7 does not contain any of the django
classes and the AnalysisLog.txt log shows no errors. According to
work item 23 and
work item 160, PTVS should be picking up this package but it seems to be ignoring it completely.
I finally had to just copy the entire django source tree into my C:\Program Files (x86)\Python27\Lib\site-packages folder. Then "Generate Completion Database" picked up the classes and all works as it should.