WhyNotHugo / django-renderpdf

📄 Django app to render django templates as PDF files.
https://django-renderpdf.readthedocs.io/
ISC License
70 stars 7 forks source link

Extend url_fetcher to resolve more edge cases #7

Closed WhyNotHugo closed 4 years ago

WhyNotHugo commented 4 years ago

Improve handling and fallback of staticfiles.

This includes fetching files that looked like staticfiles but are not.

Handle relative URLs.

These can be either static files or media files. Apparently using these are relative URLs is a common pattern, and this should help support any of them.

Fixes #5