Django wkhtmltopdf don't reading static files
问题 I use wkhtmltopdf with django-wkhtmltopdf and I think I have incorrectly serving static files. If I run wkhtmltopdf from the console are properly collected static files and generates a good pdf file: wkhtmltopdf http://127.0.0.1:8000/dash/test/ test.pdf "GET /static/base/js/jquery.js HTTP/1.1" 200 93106 "GET /static/base/css/bootstrap.css HTTP/1.1" 200 119892 "GET /static/base/js/bootstrap.min.js HTTP/1.1" 200 27726 "GET /static/dash/css/flot.css HTTP/1.1" 200 1810 "GET /static/dash/js/jquery