Django debug with vim and vdebug

I'm currently re-configuring all my vim stuff, operation which I perform every x months/years. I used to debug django application using pdb and its set_trace method, this time I decided to integrate a debugging tool inside vim as I always did for PHP using xdebug.
I decided (after some other attempts), to use vdebug, which (as described in the ...