django-hardcopy
django-hardcopy copied to clipboard
DRF Renderer Class
Requested by /u/kennydude on Reddit
Implement a Renderer class which renders PDF and returns them as a FileResponse when ?format=pdf
.
Unlike other renderer classes, this will require setting a template that receives the Serializers output as context.