From 088ea2bd63e1a22c2968f3bf8ae7a4387e66ba14 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Feb 2020 15:59:04 +0100 Subject: Adapt for management with multiple packages --- install/local_settings.py.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'install/local_settings.py.sample') diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample index 7c6bac348..0f373ebcf 100644 --- a/install/local_settings.py.sample +++ b/install/local_settings.py.sample @@ -43,3 +43,13 @@ except ImportError as e: from .extra_settings import * # relative import for celery except ImportError as e: print('Unable to load extra_settings.py:', e) + +try: + from tasks_settings import * +except ImportError as e: + pass + +try: + from libreoffice_settings import * +except ImportError as e: + pass -- cgit v1.2.3