/vim-django-support

Add DJANGO_SETTINGS_MODULE to enable pythoncomplete or whatever for django in vim

Primary LanguageVimL

Vim django support plugin

VERSION

0.2.0

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

Omni-completion of django.db with pythoncomplete

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.