Django is nifty, but I’ve been trying to use vim’s omnicomplete with it, and it fails miserably. That’s because django loads most of itself on demand. This is a good thing, except when you’re trying to get it to load everything so your code-completer can find it in memory.
The commented out bit abouts Apps doesn’t quite work yet... but it puts the
(
Read more... )