From 347a069fcd2274f5ae2c31dfde35b65fa492257a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 8 Oct 2024 10:53:50 +0200 Subject: ✨ document templates: manage export in PDF, HTML, xlsx, docx using LO unoconv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 4fa80206c..cc2e44b3d 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -328,6 +328,8 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 10240 DOT_BINARY = "/usr/bin/dot" PDFTOPPM_BINARY = "" +UNOCONV_BINARY = "/usr/bin/unoconv" + TEST_RUNNER = "ishtar_common.tests.ManagedModelTestRunner" SELENIUM_TEST = False CELERY_BROKER_URL = "" -- cgit v1.2.3