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

Allow passing a single non-list template #11

Closed WhyNotHugo closed 3 years ago

WhyNotHugo commented 3 years ago

Stays backwards compatible, as discussed in #8.

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (9b8cf17) into master (60c0fca) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         3    +2     
  Lines           41        83   +42     
=========================================
+ Hits            41        83   +42     
Impacted Files Coverage Δ
django_renderpdf/helpers.py 100.00% <100.00%> (ø)
django_renderpdf/views.py 100.00% <100.00%> (ø)
django_renderpdf/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 60c0fca...9b8cf17. Read the comment docs.