diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-01 14:05:36 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-01 14:07:17 +0200 |
| commit | 9090f6f58c9dddd7a01fc70c9e03e9481d151a48 (patch) | |
| tree | 62910b375e5bc21f2324639ce8b85c6e6c355ae0 /example_project | |
| parent | 8fa835b955c362b0c9fa00b66fdf39315f311315 (diff) | |
| download | Ishtar-9090f6f58c9dddd7a01fc70c9e03e9481d151a48.tar.bz2 Ishtar-9090f6f58c9dddd7a01fc70c9e03e9481d151a48.zip | |
🐛 admin libreoffice export: instead of crash display error when libreoffice service is down or broken
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index ba228d2f0..6fbff266e 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -273,7 +273,7 @@ LOGGING = { USE_BACKGROUND_TASK = False USE_LIBREOFFICE = False LIBREOFFICE_PORT = 8101 -LIBREOFFICE_HOST = "localhost" +LIBREOFFICE_HOST = "127.0.0.1" # Ishtar custom |
