/django-support

Add DJANGO_SETTINGS_MODULES to enable pythoncomplete or whatever for django

Primary LanguageVimL

Vim django support plugin

Version: 0.1-rc3

This plugin helps you to set DJANGO_SETTINGS_MODULE automatically. That mean your pythoncomplete now support Django omni completion. Your nose.vim now support Django unittest.

This plugin solve every issue related to DJANGO_SETTINGS_MODULE

https://github.com/lambdalisue/vim-django-support/raw/master/img/screenshot.png

Omni-completion of django.db with pythoncomplete

How to install

Using vundle or pathogen is recommended or simply extract to your vim directory

Required

Vim compiled with +python and Python 2.5 or above.