Django cannot find javascript
I have a quick question, maybe someone has an idea. In settings.py I have STATIC_ROOT и STATICFILES_DIRS. If I work without STATIC_ROOT, js, css and everything else work perfectly, but I still need XHTML2PDF to generate pdf‘s, these are Cyrillic letters and that doesn't work. If only STATIC_ROOT is working, I can generate the pdf's in the desired coding, but the js, css files are no longer found. What am I doing wrong?