Closed jayennis22 closed 6 years ago
Correct reference of to urlparse to prevent this error: django_weasyprint/utils.py", line 22, in django_url_fetcher url_path = parse.urlparse(url).path NameError: name 'parse' is not defined
:grimacing: such a stupid mistake, thanks!
Correct reference of to urlparse to prevent this error: django_weasyprint/utils.py", line 22, in django_url_fetcher url_path = parse.urlparse(url).path NameError: name 'parse' is not defined