diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-08 10:53:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-08 10:53:50 +0200 |
commit | 347a069fcd2274f5ae2c31dfde35b65fa492257a (patch) | |
tree | 0664cc84fc29c98af096dce8d0acc53a09a0e35e /example_project | |
parent | 2f526ba22f183ef744cfd7ac7284585f8b318d95 (diff) | |
download | Ishtar-347a069fcd2274f5ae2c31dfde35b65fa492257a.tar.bz2 Ishtar-347a069fcd2274f5ae2c31dfde35b65fa492257a.zip |
✨ document templates: manage export in PDF, HTML, xlsx, docx using LO unoconv
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "" |