A project for easy setup of vim for django (python) development.
http://github.com/nateanderson/django-vim/wikis/links: These links have inspired this project.
copy the files in .vim to ~/.vim.
copy or append .vimrc to ~/.vimrc
build ctags like described in John Anderson's post:
$ ctags -R -f ~/.vim/tags/python.ctags /usr/lib/python2.5/
- install script