django-wkhtmltopdf
django-wkhtmltopdf copied to clipboard
Avoid non existing STATIC_ROOT
When Django DEBUG mode is on, I get an error because in the debug mode there is no STATIC_ROOT setting. In the proposed changes I made a workaround of this issue.
Any reason not to set STATIC_ROOT
while DEBUG = True
?