I used django
and weasyprint
to make an application which print a pdf
file with picture and css
file which design my pdf
file.
A log in django
gives me this:
Failed to load stylesheet at "http://IP_ADDR/static/css/default.css" : HTTPError: HTTP Error 401:
Failed to load image at "http://IP_ADDR/static/image/picture_50x48.png" (HTTPError: HTTP Error 401: )
Any suggestions?