From 9090f6f58c9dddd7a01fc70c9e03e9481d151a48 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 1 May 2026 14:05:36 +0200 Subject: 🐛 admin libreoffice export: instead of crash display error when libreoffice service is down or broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') 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 -- cgit v1.2.3