Django command depends on the vim-dispatch module, therefore it is necessary to install it. For installation modules and packages in vim, I use a lightweight package manager - vim-plug. In your vimrc:
Plug 'tpope/vim-dispatch'
if has('nvim')
" Adds neovim support to vim-dispatch
Plug 'radenling/vim-dispatch-neovim'
endif
Plug 'aliev/vim-python'
vim-dispatch will allow run the external commands asynchronously, without exiting from Vim. As we know running external commands blocks vim. As the backend for vim-dispatch, I recommend using tmux. If you're using neovim, you don't need tmux.
Ignore Python warnings (very useful for vim-htmldjango_omnicomplete plugin)
let $PYTHONWARNINGS="ignore"
Compiler options:
let g:python_compiler_fixqflist = 1
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4