Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 944 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 944 Bytes

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

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.