From ebe550d0308f8ee6196dc584a94e1eb679a95b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 14 Nov 2018 11:54:40 +0100 Subject: [PATCH] debian: fix reference to system configuration file (#27985) --- debian/multitenant/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/multitenant/config.py b/debian/multitenant/config.py index dc5edaca..d80d13f8 100644 --- a/debian/multitenant/config.py +++ b/debian/multitenant/config.py @@ -9,7 +9,8 @@ # WARNING! Quick-start development settings unsuitable for production! # See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/ -# This file is sourced by "execfile" from /usr/lib/authentic/debian_config.py +# This file is sourced by "execfile" from +# /usr/lib/authentic2-multitenant/debian_config.py # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -- 2.19.1