Open cypna opened 5 years ago
Same here with django 2.2.4
En la linea 74 del archivo templated_docs/init.py, quitale el segundo parametro None, la linea quedaría así:
for origin in loader.get_template_sources(template_name):
Saludos.
With django 3.0.3 it is still not useable, will there be any fixes or is this just dead?
Description
Im trying to pass fill_template('dashboard/report/word/invoice.odt', context, output_format='pdf')
What I Did
Output / Error
get_template_sources() takes 2 positional arguments but 3 were given