M-Kruse / resume

Django app for serving your resume in various formats.
0 stars 0 forks source link

Fix DOCX download #68

Closed M-Kruse closed 4 years ago

M-Kruse commented 4 years ago

Getting this error on trying to generate and preview new resume from template

BadZipFile at /docx/1

Turns out that DOCX are actually zip files so probably something wrong with the DOCX it is generating.

M-Kruse commented 4 years ago

I forgot to remove some variables for test and replace with real DB data.

204b028c76f7e4f4d8efe0b705a1623cdf67d5d6