Everything seemed to be good but instead of normal page I got:
FilterError at / Unable to apply CompilerFilter (lessc {infile} {outfile})I tried to repeat the same with ./manage.py runserver. It works. So the issue not in configuration or lessc itself. Later I found here that it is Apache's issue and can be solved with
WSGIApplicationGroup %{GLOBAL}directive in Apache's VirtualHost config.
It helped.