From 8f61fe2027ade0a9a4f13f923368b720677a8f7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Mar 2019 14:26:10 +0100 Subject: Install script: fix uwsgi and extra settings conf --- install/local_settings.py.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/local_settings.py.sample') diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample index 93ccdc01a..aecad17a6 100644 --- a/install/local_settings.py.sample +++ b/install/local_settings.py.sample @@ -35,3 +35,8 @@ DATABASES = { 'PASSWORD': '#DB_PASSWORD#', } } + +try: + from extra_settings import * +except ImportError as e: + print('Unable to load extra_settings.py:', e) -- cgit v1.2.3